Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359843 - [Theming] [Combo] Cannot change font property for Combo widget
Summary: [Theming] [Combo] Cannot change font property for Combo widget
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.5 M3   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 10:14 EDT by Nick Mussin CLA
Modified: 2011-10-04 10:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.