Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 371104 - settings page not showing user menu correctly
Summary: settings page not showing user menu correctly
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 RC1   Edit
Assignee: Anton McConville CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 11:29 EST by Susan McCourt CLA
Modified: 2012-02-09 16:53 EST (History)
0 users

See Also:


Attachments

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