MRchildNEO / svgweb

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

removeEventListener not working fully; Two slider instances should behave independently #597

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry for not being able to describe this more appropriately in programming 
terms:

I am using Holger Will's slider code that has been proven to work with SVG Web 
when used in a single instance but now I want to instantiate the slider two 
times and both sliders should behave independently.

Here is a reduced testcase that works fine in native modes (Safari5, FF 3.6, 
IE9pre7) 

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

using the flash renderer, on touching a second slider (left or right just 
depending on which one you moved first) both sliders move together

http://vis.uell.net/gsvg/two_sliders.html?svg.render.forceflash=true

Original issue reported on code.google.com by mneu...@gmail.com on 29 Dec 2010 at 3:26

GoogleCodeExporter commented 8 years ago
Fixed in r1306.

Original comment by grick23@gmail.com on 31 Dec 2010 at 12:30