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

Bug 417870

Summary: Menu clipping in editor page
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: Anton McConville <antonm>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: antonm, mamacdon
Version: 3.0   
Target Milestone: 4.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screen shot none

Description John Arthorne CLA 2013-09-23 15:49:47 EDT
4.0 M2

If the gear menu in the editor navigation pane is wider than the navigation pane, it gets clipped rather than appearing on top of the editor. This makes some of the sub-menus like "copy to" and "move to" useless.
Comment 1 John Arthorne CLA 2013-09-23 15:51:33 EDT
Created attachment 235731 [details]
Screen shot
Comment 2 Mark Macdonald CLA 2013-09-23 16:30:44 EDT
There's also an issue where the left-hand pane gets wider when you click the Outline dropdown menu -- this puts the menu out of alignment with the button that spawns it.

These are both caused by the fix for Bug 417611, specifically this change:

>  .auxpane {
>         border: 0;
>         background: #fbfbfb;
>         background: -webkit-gradie..
>         background: -moz-linear-gr..
> +       overflow:hidden;
>  }
Comment 3 Anton McConville CLA 2013-09-23 16:40:02 EDT
The overflow hidden fixed another problem - where we see two scrollbars on sizing the left hand pane smaller.

I've removed the overflow hidden for now.