Open
Bug 850409
Opened 13 years ago
Updated 3 years ago
Arrow panel width doesn't take into account overflow CSS property of children
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
Details
Attachments
(2 files)
|
3.42 KB,
image/png
|
Details | |
|
2.77 KB,
patch
|
Details | Diff | Splinter Review |
STR:
1) Take content X with fixed height and width, and put it inside a smaller container Y with overflow set to hidden
2) Put all of that within an arrow panel
What happens?
The panel's width accomodates to the larger element X. Screenshot coming.
| Reporter | ||
Comment 1•13 years ago
|
||
Larger item has background set to red. Arrow panel is showing the outline.
| Reporter | ||
Comment 2•13 years ago
|
||
Here's the failing test I wrote.
| Reporter | ||
Comment 3•13 years ago
|
||
Hey Neil,
I need to fix this to make the Australis menu panel work to spec. Any idea where I'd start looking in order to fix this?
-Mike
Flags: needinfo?(enndeakin)
| Reporter | ||
Updated•13 years ago
|
Summary: Arrow panel width doesn't take into account overflow attribute of children → Arrow panel width doesn't take into account overflow CSS property of children
| Reporter | ||
Comment 4•13 years ago
|
||
It turns out that I can hide the sliding elements that are in the Australis panel with the translateX property.
This is no longer blocking me, and the urgency is altogether reduced.
No longer blocks: 844281
Flags: needinfo?(enndeakin)
| Assignee | ||
Updated•7 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•