Closed
Bug 115688
Opened 23 years ago
Closed 7 years ago
setting width: 90% on a select element has strange effect
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
INCOMPLETE
Future
People
(Reporter: deneen, Assigned: dbaron)
References
Details
(Keywords: testcase, Whiteboard: [reflow-refactoring])
Attachments
(1 file)
2.39 KB,
text/html
|
Details |
If you set width: 90% on a select element, the select element changes size every
time you change the selection.
test case coming up.
Assignee | ||
Comment 3•23 years ago
|
||
There's a pretty good chance this is a duplicate of a bug in the block code
that's currently owned by alexsavulov, I think.
Assignee | ||
Comment 4•23 years ago
|
||
...bug 107873.
Comment 5•23 years ago
|
||
confirming since there is definitely a problem. This should be retested once
bug 107873 is fixed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•23 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Component: Style System → Layout
Priority: -- → P1
Target Milestone: --- → mozilla1.1beta
Assignee | ||
Updated•23 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.2alpha
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.2alpha → Future
Assignee | ||
Updated•22 years ago
|
Whiteboard: [reflow-refactoring]
Comment 6•22 years ago
|
||
i don't see any change in size anymore. please check.
Assignee | ||
Comment 7•22 years ago
|
||
I claim that (like bug 107873) the underlying bug is probably still present, but
this testcase just doesn't happen to trigger the same system. I don't see
exactly how right now, though.
Please don't resolve this bug without figuring what checkin fixed it and
explaining why that checking is really the correct fix.
Comment 8•21 years ago
|
||
Well, the behavior on the testcase changed between 2002-05-10-07 and
2002-05-10-21. The only layout-related checkin in there is waterson's reflow
tree landing.... Reading over his changes to nsComboboxControlFrame it looks
like it's now less likely to bail out without properly reflowing its kids,
maybe... maybe. The code is not exactly very readable. :(
Comment 9•21 years ago
|
||
Does http://www.maubi.net/~waterson/mozilla/journals/2002-05.html shed any light?
/be
Updated•15 years ago
|
QA Contact: ian → layout
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Priority: P1 → P3
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•