[Webkit-unassigned] [Bug 10403] SVG example exposes problems with <feImage>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 22 12:45:12 PST 2012


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |15505




--- Comment #16 from Nikolas Zimmermann <zimmermann at kde.org>  2012-01-22 12:45:12 PST ---
While I got the test case working locally, I still have to reload a few times before it eventually works, because of bug 15505 - onload sometimes fires too early.
The onload handler of the host document tries to access "document.sv", and the document contains <embed name="sv" src="some.svg">. The unload handler is often fired before the some.svg document is loaded, leading to wrong results.
When chaining onload="prepare()" to onload="setTimeout(prepare, 0)" it seems to work always, but this is only a hack - the document onload event should be delayed until the embed is loaded.

Once bugs 76559 and 76800 landed, I'll post the patch which fixes this test case, except for the onload problem.

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