Open
Bug 1490422
Opened 7 years ago
Updated 3 years ago
nsReflowStatus::SetIncomplete/SetOverflowIncomplete should either reset (or assert) an existing BreakBefore state
Categories
(Core :: Layout, enhancement, P4)
Core
Layout
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
https://searchfox.org/mozilla-central/source/layout/generic/nsIFrame.h#272
The completion status is irrelevant (and usually bogus) if
BreakBefore is set, so calls to Set[Overflow]Incomplete
should either reset it automatically, or assert that it's
not set.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•