Bug 245908
| Summary: | [LBSE] Assure <foreignObject> HTML descendants create a new formatting context | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | SVG | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, commit-queue, hhjalmarsson, sabouhallawa, simon.fraser, skylined, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=23963 | ||
| Bug Depends on: | 246709 | ||
| Bug Blocks: | 90738 | ||
Nikolas Zimmermann
This breaks e.g. margin handling for block-children of <foreignObject> (broken since forever in Safari). The fix is trivial in LBSE: establish a new formatting context at the RenderSVGForeignObject boundary.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/5021
Radar WebKit Bug Importer
<rdar://problem/100916389>
EWS
Committed 255626@main (912165516f6a): <https://commits.webkit.org/255626@main>
Reviewed commits have been landed. Closing PR #5021 and removing active labels.
Ahmad Saleem
*** Bug 23963 has been marked as a duplicate of this bug. ***
WebKit Commit Bot
Re-opened since this is blocked by bug 246709
Hercules Hjalmarsson
This was reverted in 255793@main due to introducing a crashing layout test.
Bug information in bug 246709.
Hercules Hjalmarsson
*** Bug 246709 has been marked as a duplicate of this bug. ***
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/6735
EWS
Committed 256960@main (7fd975ae7427): <https://commits.webkit.org/256960@main>
Reviewed commits have been landed. Closing PR #6735 and removing active labels.
Ahmad Saleem
*** Bug 53082 has been marked as a duplicate of this bug. ***