praneybehl / jgraduate

Automatically exported from code.google.com/p/jgraduate
MIT License
0 stars 0 forks source link

Cannot drag stops in Opera #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The stop circles are not draggable in Opera (works in Firefox).

Original issue reported on code.google.com by codedr...@gmail.com on 22 Jul 2009 at 6:56

GoogleCodeExporter commented 9 years ago
Fixed in r49.  Opera does not like $('image.stop') but is ok with $('.stop'). 
Alrighty then!

Original comment by codedr...@gmail.com on 23 Jul 2009 at 3:35