LambrechtsWouter / jsplumb

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

jsPlumb mouseenter event fails with jQuery 1.9.0 #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using jQuery 1.9.0 and you move the mouse over any of the connectors, 
you'll get the following error in the console:
"jsPlumb: fire failed for event mouseenter : TypeError: setting a property that 
has only a getter"

This only happens with jQuery 1.9.0 and when using Firefox (currently I'm using 
Firefox version 18.0.1). This issue does not happen under Google Chrome.

Use the jQuery 1.9.0 with this demo to reproduce the issue:
http://www.jsplumb.org/jquery/demo.html

Original issue reported on code.google.com by ad...@lndb.info on 22 Jan 2013 at 10:54

GoogleCodeExporter commented 8 years ago
i cant reproduce this, in windows or in mac.  marking invalid.  if you can 
supply a test page that shows the problem  will reopen.

Original comment by simon.po...@gmail.com on 26 Jan 2013 at 6:33

GoogleCodeExporter commented 8 years ago
...yes i can.  fixed in 1.4.0 dev.

it seems jquery's less than stellar support for svg continues. the underlying 
issue is jquery failing to add/remove classes from SVG elements.

Original comment by simon.po...@gmail.com on 26 Jan 2013 at 7:04