[Webkit-unassigned] [Bug 82815] Several SVG tests asserting in FontCache::getCachedFontData()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 1 05:47:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82815


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #2 from Nikolas Zimmermann <zimmermann at kde.org>  2012-04-01 05:47:03 PST ---
(In reply to comment #1)
> We need a FontCachePurgePreventer somewhere in the SVG code I guess.
> 
> But why are we doing work in RenderSVGInlineText::willBeDestroyed() ?

When eg. a <tspan>foo</tspan> gets dynamically removed from a <text> tree, we have to rebuild all layout attributes of the remaining text. In general this shouldn't happen if the whole document tears down. That's probably buggy.
(Maybe we can find an approach, which only marks the remaining tree for 'need to remeasure' instead of doing it from willBeDestroyed).

Marking as duplicate of bug 81002, which covers this already.

*** This bug has been marked as a duplicate of bug 81002 ***

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list