Closed
Bug 663874
Opened 14 years ago
Closed 14 years ago
In <fieldset> overflow don't work
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
VERIFIED
DUPLICATE
of bug 261037
People
(Reporter: tae, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110429 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110429 Firefox/4.0.1
overflow:auto; overflow:hidden; and overflow:scroll; all behave as overflow:visible;
Reproducible: Always
Steps to Reproduce:
1. Load this code:
<fieldset style="height:5px;overflow:scroll;border:1px solid #000;>
<input>
</fieldset>
Actual Results:
The <input> appears complete and the <fieldset> has no scroll bar.
Expected Results:
A vertical scroll bar in the <fieldset> to see the <input>.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: General → Layout
OS: Linux → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: x86 → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•