| Summary: | Assert in BoxTree::layoutBoxForRenderer() under RenderLayer::updateScrollCornerStyle() | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ap, bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | Safari Technology Preview | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Simon Fraser (smfr)
2020-10-26 14:03:43 PDT
Created attachment 412399 [details]
patch
Committed r269038: <https://trac.webkit.org/changeset/269038> All reviewed patches have been landed. Closing bug and clearing flags on attachment 412399 [details]. Comment on attachment 412399 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=412399&action=review > Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp:75 > + if (renderer.isReplica() || renderer.isRenderScrollbarPart()) Maybe we need renderer.isBlah() that covers these two cases? > Maybe we need renderer.isBlah() that covers these two cases?
"Someone" should just refactor them to not be RenderObjects (or at least not have parent set).
|