Closed
Bug 76117
Opened 24 years ago
Closed 24 years ago
checkbox label doesn't unwrap when resizing browser window
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jruderman, Assigned: attinasi)
References
()
Details
Attachments
(2 files)
Steps to reproduce:
1. Load http://www.cs.hmc.edu/~jruderma/s/ or the testcase in a reasonably
large browser window. Note that the checkboxes are together on a line.
2. Make the browser window smaller until the "ignore exact" checkbox label
wraps.
3. Resize the browser window (slowly or quickly)
Result:
Depending on how quickly you resize the window, the checkboxes and labels can
end up in different states. Usually, the first label ("Near Matches") unwraps
but the second label ("Ignore Exact") stays wrapped to some degree.
Expected result:
When the window is large enough, both checkboxes (with their labels) should on
a single line. Also, at any given window size, the layout shouldn't depend on
previous window sizes; layout should be path-independent.
May be related to bug 47149.
Testcase:
<label><INPUT TYPE="checkbox">Near Matches</label>
<label><INPUT TYPE="checkbox">Ignore Exact</label>
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
May be related to bug 92217, [reflow] text doesn't rewrap after becoming small
enough to wrap.
WORKSFORME, but reassigning to core owner for testing and closing.
Assignee: karnaze → attinasi
| Reporter | ||
Comment 5•24 years ago
|
||
WFM on my homepage and at the testcases.
Comment 6•24 years ago
|
||
Resolving as WFM
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Target Milestone: --- → Future
You need to log in
before you can comment on or make changes to this bug.
Description
•