Letractively / svgweb

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

Make sure SVG Web and Prototype.js work together #403

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Copy the attached demo-prototype.html into the samples' root directory,
and the attached helloworls-prototype.html into the javascript-samples'
directory.

What is the expected output? 

Clicking on "show the test" should work and show the text "testing
Prototype js", whithout generating errors or blocking svgweb.

The helloworld test works even without the patch in issue 375. The demo
test doesn't work, it doesn't load the svg file into the flash animation,
neither using the patch in issue 375. Also, if i try to change the svg file
using the combo, firebug reports: 
"Error removing child: null has no properties"
Clicking the "show the test" div works, so prototype.js keeps working, but
it makes svgweb to not work.

Original issue reported on code.google.com by gregorio...@gmail.com on 6 Nov 2009 at 11:25

Attachments:

GoogleCodeExporter commented 8 years ago
Oops, my mistake in the demo test-case, the src path is wrong. I'm attaching the
correct demo-prototype.html. It works even without the patch in issue 375.

Tested in FF, Safari and IE.

Original comment by gregorio...@gmail.com on 6 Nov 2009 at 12:49

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 19 Nov 2009 at 9:50

GoogleCodeExporter commented 8 years ago
I added a test thanks to @gregoriopalama for this issue in 
tests/browser-tests/issue-tests/issue403.html and 
confirms it now works.

Original comment by bradneub...@gmail.com on 7 Apr 2010 at 6:53