[Webkit-unassigned] [Bug 23111] Backgrounds in HTML inside foreignObject don't draw
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 4 20:07:06 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23111
------- Comment #2 from simon.fraser at apple.com 2009-01-04 20:07 PDT -------
The HTML backgrounds do draw, but get obliterated by the SVGRoot painting its
background in the PaintPhaseForeground.
There are a bunch of issues here:
1. The RendererForeignObject should be a stacking context, and isn't
2. SVG renderers are not set up to have RenderLayers amongst them.
3. HTML rendering code has "body background is drawn by the root" logic that
should not apply when the <body> is inside a <foreignObject>.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list