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

Bug 359843

Summary: [Theming] [Combo] Cannot change font property for Combo widget
Product: [RT] RAP Reporter: Nick Mussin <nmussin>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: 1.5 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Nick Mussin CLA 2011-10-04 10:14:18 EDT
- font property for Combo-Field

expected: specifying font property for Combo or Combo-Field in Combo.default.css changes the font

actual: font property for Combo and Combo-Field in Combo.default.css has no effect



- font property for List widget

expected: specifying font property in List.default.css also affects the drop down list of the Combo Widget

actual: The font property has no effect on Combo-List. Though changes of the font property in List.default.css are applied to List widgets, they are not applied to drop down lists of Combo widgets
Comment 1 Ivan Furnadjiev CLA 2011-10-04 10:42:42 EDT
For some reason the font for Combo/CCombo list and text field was taken from "*" selector in the AppearancesBase.js. Fixed in CVS HEAD. Now:
Combo {
  font: ...
}
should change the list and text field font.