Closed GoogleCodeExporter closed 8 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
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
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
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
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
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
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
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
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
Fixed in r1170.
No remaining problems in this issue.
Original comment by grick23@gmail.com
on 10 Jun 2010 at 4:00
Original issue reported on code.google.com by
bradneub...@gmail.com
on 6 Apr 2010 at 12:54