Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

svgweb does not work in child frames #374

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use svgweb in a child frame.

What is the expected output? What do you see instead?
No errors, bit instead a JS error is shown as top.svgweb is undefined.

Probably due to this code in svg.js that seems to assume the svgweb is
loaded in the TOP frame.

'var __svgHandler = top.svgweb.handlers["' 

What version of the product are you using? On what operating system,
browser, and version of Flash?
2009-10-12.
Not related to OS/Browser and Flash versions.

Original issue reported on code.google.com by nikba...@gmail.com on 2 Nov 2009 at 10:09

GoogleCodeExporter commented 8 years ago
Duplicate of Issue 386.

Original comment by grick23@gmail.com on 3 Nov 2009 at 3:10