[Webkit-unassigned] [Bug 43561] Javascript fails to update SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 07:58:11 PDT 2010


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





--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org>  2010-08-05 07:58:11 PST ---
The problem seems to only happen if the server gives text/xml as the Content-Type in its response (as the server in question does). If the server says the file is image/svg+xml, then it works.

We need to either sniff the svg from the content (I'm afraid this needs an update to the content sniffing standard), or use the explicitely given type attribute in the object tag here.

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