[Webkit-unassigned] [Bug 106681] New: SVG Font loading should not cause re-entrancy in view layout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 11:17:20 PST 2013


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

           Summary: SVG Font loading should not cause re-entrancy in view
                    layout.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: inferno at chromium.org
                CC: zimmermann at kde.org, krit at webkit.org,
                    schenney at chromium.org


This came from discussion in https://bugs.webkit.org/show_bug.cgi?id=95901

Comment #17 From Stephen Chenney 2012-10-22 05:57:11 PST (-) [reply] 
How do you expect a scripted font to work? Does the script run for every character every time it is displayed? On load? What?

In any event, the issue in this case is not that the font is scripted. The svg file referenced by the font does not contain any scripts at all. Rather, the document that is loading is invoking an onload when the font is loaded and that is getting  back to the original document causing it to do layout which is an error because the font is loading due to a layout.

-- 
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