Closed
Bug 1088547
Opened 10 years ago
Closed 10 years ago
avoid passing unconstrained inline-size to block reflow
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
When setting up constraints in a reflow state for an orthogonal child frame, we should avoid passing NS_UNCONSTRAINEDSIZE as the inline size of the containing block when we call frame->ComputeSize.
This is a follow-up to what was started in bug 1061170.
Assignee | ||
Comment 1•10 years ago
|
||
This seems like a reasonable first cut here, and stops the frequent warnings I've been seeing from ComputeSize.
Attachment #8511004 -
Flags: review?(smontagu)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8511004 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Target Milestone: --- → mozilla36
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•