google-code-export / svgweb

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

Namespace exception loading video example in IE8 #467

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This bug tracks several regressions in the latest tip of Subversion (r1068) as 
of 2010-04-05. 
Most everything runs, but there are the following regressions:

* blocks_game.html and blocks_game.svg when brought into demo.html doesn't work 
on IE 8 
(didn't test on other versions of IE)
* In test_js1.html in the second SVG image the rotate numbers in the circles 
don't show up on IE 
8 (didn't test on other versions of IE)
* In test_js2.html in the third SVG image the numbered circles have event 
listeners; when I run 
the mouse over them I get exceptions on IE 8 (didn't test on other versions of 
IE)

Original issue reported on code.google.com by bradneub...@gmail.com on 6 Apr 2010 at 12:54

GoogleCodeExporter commented 9 years ago
The third issue (running the mouse over the numbered circles) also throws an 
exception on non-IE browsers 
(tested on Firefox).

Original comment by bradneub...@gmail.com on 6 Apr 2010 at 12:55

GoogleCodeExporter commented 9 years ago
An exception also gets thrown when you leave the page in the test_js*.html 
files on
IE 8. Probably a window.onunload issue.

Original comment by bradneub...@gmail.com on 6 Apr 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Didn't it used to also be possible to grab the bouncing balls in
svg_dynamic_fancy.html with the mouse and throw them around? If so, that looks 
like
its regressed.

Original comment by bradneub...@gmail.com on 6 Apr 2010 at 9:24

GoogleCodeExporter commented 9 years ago
Looks like the fancy videos.svg file seen through the demo.html viewer on IE 8
doesn't work either; gives a "There was a namespace conflict for the ' 
Namespace' and
"Object doesn't support this property or method."

Original comment by bradneub...@gmail.com on 6 Apr 2010 at 9:26

GoogleCodeExporter commented 9 years ago
blocks_game.html and blocks_game.svg now work.

The filled circle issue with text disappearing is trickier; I've made a reduced 
test case and opened a 
new bug, Issue 470.

Still looking at the other stuff.

Original comment by bradneub...@gmail.com on 9 Apr 2010 at 7:32

GoogleCodeExporter commented 9 years ago
Issue 470 is actually not a regression; I just tested it on Gelatinous Cube and 
it wasn't working there 
either. Must have missed it somehow.

Original comment by bradneub...@gmail.com on 9 Apr 2010 at 7:40

GoogleCodeExporter commented 9 years ago
The issue with mousing over the circles in the third image on Internet Explorer 
actually happens on 
all browsers with Flash mode on. It also is not a regression and was present on 
Gelatinous Cube.

Original comment by bradneub...@gmail.com on 9 Apr 2010 at 7:55

GoogleCodeExporter commented 9 years ago
Just tested everything else on Gelatinous Cube and none of this is a 
regression. Keeping this bug 
open though since some of these are real issues that need to be solved.

Original comment by bradneub...@gmail.com on 9 Apr 2010 at 7:57

GoogleCodeExporter commented 9 years ago
Partially fixed in r1149:

Issue 467; Fix problem with test_js2.html firing non
existent mouse handlers or with too restrictive parameters.
Enabled some of the mouse handler event tests for embedded objects.
Enabled some of the mouse handler event tests for dynamic objects.
Extend delay for end of test processing for my slow Windows VM.

Issue 208; Fixed 'this' variable on mouse event handler which was
pointing to target instead of currentTarget.

As of r1149, all tests in test_js2.html pass on IE7, IE8, and Firefox native and
flash. Mouse events _after_ the tests are finished do not appear to produce any 
more
exceptions.

The only remaining problem appears to be the namespace exception. I don't think 
the
fancy demo allows dragging.

Renaming to clarify remaining problem

Original comment by grick23@gmail.com on 30 May 2010 at 9:30

GoogleCodeExporter commented 9 years ago
Fixed in r1170.
No remaining problems in this issue.

Original comment by grick23@gmail.com on 10 Jun 2010 at 4:00