lewisje / svgweb

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

regression in r1214: reduced test case shows onclick event not working in IE 7 and 8 #544

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
r1214 is to solve Issue 536 "Overhaul tracking of whether elements are
attached to a document or not."

it breaks something, maybe adding event handlers.

Here is a reduced test case, just a rect that gets an onclick eventhandler 
added by script. Works until r1213, after which the event won't fire on IE7 and 
8 (Flash 10.1):

http://vis.uell.net/gsvg/regression_r1214.html

I don't see any messages in the error console, so maybe the event handlers 
don't even get attached?

Original issue reported on code.google.com by mneu...@gmail.com on 27 Aug 2010 at 9:15

GoogleCodeExporter commented 8 years ago
Fixed in r1232.

Original comment by grick23@gmail.com on 29 Aug 2010 at 1:37