Bug 287778
Summary: | RenderObject::isOutOfFlowPositioned can be read before it gets set. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matt Woodrow
RenderBoxModelObject::updateFromStyle updates the cached position flags using the new RenderStyle object.
RenderElement::styleDidChange (which happens earlier) can schedule layout, which depends on the state of these flags.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144956226>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/40693
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/40776
EWS
Committed 290831@main (055d5a97c962): <https://commits.webkit.org/290831@main>
Reviewed commits have been landed. Closing PR #40693 and removing active labels.
Matt Woodrow
<rdar://problem/145713221>
Matt Woodrow
Re-opening for pull request https://github.com/WebKit/WebKit/pull/41747
Matt Woodrow
This got reverted by https://commits.webkit.org/291192@main
EWS
Committed 291542@main (e4e3b0bfe5eb): <https://commits.webkit.org/291542@main>
Reviewed commits have been landed. Closing PR #41747 and removing active labels.