Closed
Bug 81392
Opened 25 years ago
Closed 25 years ago
<input> elements don't affect fieldset minimum width
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
mozilla1.0.1
People
(Reporter: Antti.Nayha, Assigned: rods)
Details
(Keywords: html4)
Attachments
(1 file)
|
397 bytes,
text/html
|
Details |
Overview description:
<input> elements seem to be ignored when calculating the minimum required
width for a fieldset. Thus, in certain situations, fieldsets are rendered
narrower than containing input fields, which causes the <input>s to "leak"
out the fieldset's right edge.
Steps to reproduce:
1) View the attachment "Minimized test case".
2) Resize browser window, so that the text in the second cell wraps to two or
more lines.
Actual results:
The first cell is squeezed narrower than the contained input field, which
causes the input field to "leak" out and overlap with the second cell.
Expected results:
The first cell should never be squeezed smaller than its contents (including
any input fields).
Build date & platform:
- Linux (Mozilla 0.9)
- Windows (Mozilla build 2001051308)
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
| Reporter | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
| Reporter | ||
Comment 5•25 years ago
|
||
Nominating 'nsbeta1'. We are using a lot of fieldsets like this in the next
(near-future) version of our Web application.
Keywords: nsbeta1
| Reporter | ||
Comment 7•25 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•