[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:28:02 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23111
------- Comment #4 from simon.fraser at apple.com 2009-01-04 20:28 PDT -------
(In reply to comment #3)
> Are we also propagating all of the proper drawing phases out to the
> foreignObject content? Your previous comment makes it sound like we are.
Yes, but the SVGRoot draws its background in the foreground phase, thus
clobbering the HTML backgrounds.
> yes, FOs should probably have a stacking context, even though stacking
> contexts make no sense in SVG's world.
I think we're either going to have to give RenderForeignObject a layer and make
it a stacking context (which requires fixing up RenderSVGContainer to do some
layer stuff), or we make RenderForeignObject::paint() do what
FrameView::paintContents does, which is just paint the root layer.
--
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