Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 408113

Summary: [Combo][CCombo] List items text is not centered vertically
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-05-15 07:53:45 EDT
The Combo/CCombo list items text is no longer centered vertically and looks misaligned. The reason for this is a hard-coded padding in ComboLCA and CCombo (LIST_ITEM_PADDING) which is currently set to 3px and leads to smaller item height. The padding for list items in the default theme is set to 5 px. We should remove these hard-coded values and use the theme instead.
Comment 1 Ivan Furnadjiev CLA 2013-05-15 08:26:46 EDT
Fixed with commit 868166a43dd67ac4d8497db792ef8d96f7f28314. Now the list item padding is taken from List-Item CSS selector. Probably in the future a separate selector for list items in combo/ccombo could be used - like Combo-ListItem.