Closed
Bug 365832
Opened 19 years ago
Closed 10 years ago
Combobox popup is slightly too large when select element is constrained
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
279 bytes,
text/html
|
Details |
See upcoming testcase.
When opening the select drop down popup, I can see some space at the right hand side of the popup. It seems to coincide with the width of a scrollbar.
This regressed between 2006-12-07 and 2006-12-08, so probably a regression from the reflow branch landing.
This is a trivial bug, I can see this bug also in Opera9.
Reporter | ||
Comment 1•19 years ago
|
||
![]() |
||
Comment 2•19 years ago
|
||
Yeah, this is a known change I decided we could just live with, and the space is exactly that needed by the scrollbar. Given the way GetPrefWidth works on scrollframes, there's not that much I can do about it, without huge contortions that would break as soon as there's enough data in the dropdown to need a scrollbar.
Reporter | ||
Comment 3•10 years ago
|
||
I'll make it invalid then.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•