| Summary: | Menu clipping in editor page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> | ||||
| Component: | Client | Assignee: | 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
John Arthorne
Created attachment 235731 [details]
Screen shot
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; > } 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. |