Closed
Bug 283661
Opened 20 years ago
Closed 20 years ago
sized select boxes don't completey hide when style:hidden
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 187435
People
(Reporter: jkusnetz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
You can still see the side scroll bar when the element is hidden. This only
seems to be a problem on Firefox on OSX (haven't tried mozilla yet).
For example:
<div ID="hideme" style="visibility:hidden">
<select name="test" size=5 multiple valign="middle">
<option>------------------------------
</select>
</div>
or putting the style directly in the select box has the same result.
Reproducible: Always
Updated•20 years ago
|
Assignee: firefox → nobody
Component: General → Layout: Form Controls
Product: Firefox → Core
QA Contact: general → layout.form-controls
Version: unspecified → Trunk
Dup of bug 187435
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 187435 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•