[Webkit-unassigned] [Bug 10151] ghostmap XHTML + SVG fails due to javascript undefined exception

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jul 29 09:24:21 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10151





------- Comment #1 from rwlbuis at gmail.com  2006-07-29 09:24 PDT -------
Hi,

(In reply to comment #0)
> I'm not sure from looking at the JS console as to why this SVG + XHTML document
> is failing.  The error shown in the console does not make any sense.
> 
> This would be a cool demo of SVG + XHTML if we could make it work.

Actually there does not seem many problems. The main one is that the js
contains document.URL, which AFAIK is a not supported IE extension. Note that
FF must support it since this svg just works there. When I replaced it in the
<script>
with window.location.href (in 2 places) at least it rendered fine. After that
the only problem is that the drawing area is unclipped, but I bet there is
a seperate bug on that. Maybe someone with authority/experience can say
how to handle document.URL, I have no idea how much it is used in real-life
web pages.
Cheers,

Rob.


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