Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 375282 - [CSS] Add support for Composite.setBackgroundMode()
Summary: [CSS] Add support for Composite.setBackgroundMode()
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 21:54 EDT by Brian de Alwis CLA
Modified: 2012-03-25 22:04 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 Brian de Alwis CLA 2012-03-25 21:54:44 EDT
The E4 Contacts demo's Help > About and Help > Preferences dialogs show a grey band (or whatever the default colour SWT.COLOR_WIDGET_BACKGROUND may be), and the buttons may also show this grey colour too.  To avoid this issue requires that the shell or composite have its background-mode set to SWT.INHERIT_DEFAULT or SWT.INHERIT_FORCE.  We should have a way to set this value from CSS.