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

Bug 293686

Summary: [Theming] PopupDialog takes background from ToolTip
Product: [RT] RAP Reporter: Holger Staudacher <holger.staudacher>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Holger Staudacher CLA 2009-10-29 12:15:00 EDT
During fixing the bug 293578 I found a strange behavior. I have a dialog which extends Popup dialog. If no background-color is set in a * section the dialog has always a yellow background. But if you theme the ToolTip background it also applies for the background of the dialog.
Comment 1 Ivan Furnadjiev CLA 2009-10-29 12:42:34 EDT
The PopupDialog#getDefaultBackground() uses system color SWT.COLOR_INFO_BACKGROUND.
From the documentation the SWT.COLOR_INFO_BACKGROUND is a "System color used to paint tooltip background areas". That's why I will close this bug as INVALID.