Closed
Bug 129790
Opened 24 years ago
Closed 24 years ago
[XBLFC] scrollbar "vanishes"; <select multiple size=N> with N options
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 122369
People
(Reporter: jrgmorrison, Assigned: bryner)
Details
Attachments
(1 file)
|
396 bytes,
text/html
|
Details |
a <select multiple size=N> which has exactly N <option>s, will initially show
a scrollbar, but then, when that scrollbar is clicked, the control will reflow
and the scrollbar will be removed.
<select NAME="bug_severity" MULTIPLE SIZE=7>
<option VALUE="blocker">blocker
<option VALUE="critical">critical
<option VALUE="major">major
<option VALUE="normal">normal
<option VALUE="minor">minor
<option VALUE="trivial">trivial
<option VALUE="enhancement">enhancement
</select>
[Comments based on testing with 2002030710 trunk build, classic skin, win2k,
XBL Form Controls enabled, unless otherwise noted. madhur: could you test this
on the full matrix (Classic|Modern) X (win32|MacOS9|MacOSX|Linux) and update
this bug with the status on those platform/skin combinations. Thanks.]
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 122369 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•24 years ago
|
||
I shoulda known this one was already there. Duh, duh, duh.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•