Closed
Bug 39755
Opened 25 years ago
Closed 25 years ago
[FIX]combobox returns width of -1 during incremental reflow
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: buster, Assigned: rods)
References
Details
(Whiteboard: fix in my tree)
Attachments
(1 file)
423 bytes,
text/html
|
Details |
debug build pulled 5/17 am
with the attached test case, the combobox returns a width of -1 during the
incremental reflow that occurs when the drop-down arrow is clicked on. This
causes layout to do all sorts of bad things. Eventually, we assert deep in the
bowels of line layout, and the resulting layout is incorrect.
This might not be a combobox problem, but Rod will know for sure.
bug 24120 has odd behavior when a combobox is in a floating div. Figuring out
what is going on with this bug will help solve that one, I think.
Marking P2/M17/major so it gets some attention. Rod, feel free to prioritize
this as needed. It's certainly worth a half hour of initial analysis sooner
rather than later, to maybe unblock 24120.
Assignee | ||
Comment 3•25 years ago
|
||
The combobox is returning the wrong value and this causes an assert in line
layout (or block layout) easy fix, very low risk.
Rod, could you look at 24120 and see if that is a dup of this bug. With your
fix, do the test cases attached to 24120 work correctly?
Assignee | ||
Comment 5•25 years ago
|
||
Yes, 24120 work fine and does not assert or fail
*** This bug has been marked as a duplicate of 24120 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•25 years ago
|
||
Opps, dupped it the wrong way
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Summary: combobox returns width of -1 during incremental reflow → [FIX]combobox returns width of -1 during incremental reflow
Assignee | ||
Comment 8•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•