Closed
Bug 252850
Opened 20 years ago
Closed 20 years ago
options in some listboxes only highlighted to text width, not listbox width
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: roc)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
1.49 KB,
text/html
|
Details |
This is a regression from bug 232540. Some options in listboxes are only
highlighted to the text width, not the listbox width.
Steps to reproduce:
1. load http://bugzilla.mozilla.org/enter_bug.cgi?product=Browser
2. Click on "Trunk" in the "version" listbox at the upper left.
Actual results: Highlighting is only the width of "Trunk" with a little padding
Expected results: Highlighting should be the width of the listbox.
Assignee | ||
Comment 1•20 years ago
|
||
Strange. Most listboxes seem to work
Comment 2•20 years ago
|
||
WFM using 7/23-07 with XP.
Comment 3•20 years ago
|
||
*** Bug 252932 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
This bug seems to occour when the entries in the listbox are exactly as high as
the listbox is. If there are fewer entries, the bug doesn't occour, when there
is a scrollbar, the bug doesn't occour.
Reporter | ||
Updated•20 years ago
|
Summary: some options in listboxes only highlighted to text width, not listbox width → options in some listboxes only highlighted to text width, not listbox width
Assignee | ||
Comment 5•20 years ago
|
||
Good catch :-)
Assignee | ||
Comment 6•20 years ago
|
||
Okay, that checkin was wrong because it allows a reflow at unconstrained width
(to determine intrinsic width) which is not followed by any reflow at
constrained width ... this should never happen. In this case the blocks are
never given a width constraint to reflow to.
I think I should just backout that checkin. Fixing the minor underlying bug
there (which AFAIK has never been reported) can wait until I've rewritten
scrollframes to make scroll layout sane(r).
Reporter | ||
Comment 7•20 years ago
|
||
backing it out seems reasonable
Assignee | ||
Comment 8•20 years ago
|
||
okay, I backed that out.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•