Closed
Bug 153076
Opened 23 years ago
Closed 23 years ago
text zoom does not properly resize select lists (aka combo boxes and list boxes)
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: bstrand, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
1.44 KB,
text/html
|
Details |
When zooming text (via ctrl '+' or ctrl '-', or via the View|Text Zoom menu),
the layout of select lists is corrupted. List boxes (select tags with size > 1)
and combo boxes (select tags with size == 1) are affected. On a list box, the
scroll bar scales up properly but "sticks" at the maximum size when scaled down
again. On a combo box, the text size scales up but the control's bounding box
does not, so the text is clipped. Reload (at any size) makes everything ok.
Also, scaling down then up works properly for list boxes.
Steps to reproduce:
1. Load any page containing a select tag.
2. Press ctrl '+' to zoom text up (may need to do more than once for more
noticeable effects).
3. Text scales but bounding box does not for combo boxes. Expected behavior:
bounding box should scale with the text, as with text boxes, text areas, and
input buttons.
4. Press ctrl '-' to zoom text down.
5. Scrollbar on any list box does not scale down, so it extends past the bottom
of the list box. Expected behavior: scrollbar height should scale down with the
list box's height.
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 62384 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 3•23 years ago
|
||
*** Bug 157914 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•