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

Bug 371104

Summary: settings page not showing user menu correctly
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Anton McConville <antonm>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.4   
Target Milestone: 0.4 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Susan McCourt CLA 2012-02-09 11:29:58 EST
Some css in the settings page is overriding the dojo menu triangle.
The end result is that the user "triangle" menu in the settings page does not show up.

We also override this menu triangle in the command framework (and probably will establish a better looking default triangle in ide.css soon).

Wherever this is happening in settings css, we should either:
- stop doing it and use the default (knowing it will improve)
- qualify the css class with a class name so that it's only overridden for the specific case in hand (we do this in the command framework with the .textless class that uses the menu icon).
Comment 1 Anton McConville CLA 2012-02-09 15:04:04 EST
I was bad in overriding the css - but now have a fix for this, where it is tweaking the style of the nodes I want it tweaked on, rather than overriding. Fix will be offered soon.