[Webkit-unassigned] [Bug 18786] Once rendered, SVG text elements removed from DOM continue to be displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 1 04:10:57 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18786


rwlbuis at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20910|                            |review?
               Flag|                            |




------- Comment #4 from rwlbuis at gmail.com  2008-05-01 04:10 PDT -------
Created an attachment (id=20910)
 --> (http://bugs.webkit.org/attachment.cgi?id=20910&action=view)
First attempt

The problem here is that the inline textbox structures are destroyed before the
repaint in RenderContainer::removeChildNode is done. That means the bounding
box
for the RenderSVGInlineText is empty at the time of repaint, as well as for
RenderSVGText. It seems for html text this is no problem as the layer system
takes care of repainting. The patch fixes it by repainting "manually" before
destroying.
The testcase is tricky. I hope it can be done as text only dump, but I guess it
is not possible as this is a rendering error.
Cheers,

Rob.


-- 
Configure bugmail: http://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