| Summary: | backgroundcolor of errors in wizarddialogs [code manipulation] | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Christian Köstlin <christian.koestlin> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Christian Köstlin
where did you see this in our code? That's platform-UI, no? /org.eclipse.jdt.ui/src-jdt/org/eclipse/jdt/internal/ui/dialogs/MessageLine.java contains setBackground(JFaceColors.getErrorBackground(getDisplay())); in setErrorStatus ... JFace delivers the grey default widget background color. oh, you're right, we also have a copy of this in our code. The platform preference page dialog and wizard dialog do the same, so this is the intended behaviour. Do you want me to move this to platform? actually no one likes the grey background and i dont know if this is the default behavior in windows. how does this look on OS-X? Moving it to platform This is the default colour (the widget background). We take it from your settings on all platforms. |