Bug 312392
| Summary: | Move RenderBlock overflow relayout logic out of RenderLayerScrollableArea | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| 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 | ||
Sammy Gill
RenderLayerScrollableArea::updateScrollbarsAfterLayout may end up calling layout on a renderer again, which is a bit surprising since it seems like this is supposed to contain logic that should be run after layout is completely finished. It seems like a renderer should get towards the end of its layout, determine if needs a scrollbar or loses one, and then rerun layout itself instead of having this happen deep inside RenderLayerScrollableArea cod
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174850591>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/60801
EWS
Committed 311471@main (d801bd01eb61): <https://commits.webkit.org/311471@main>
Reviewed commits have been landed. Closing PR #60801 and removing active labels.