neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

Bug move map on Firefox #277

Closed aliocza closed 7 years ago

aliocza commented 8 years ago

Hi,

On Firefox 50.0, if you click on area and after you again click on the same area to move the map, you have the area in picture instead of moving the map. example with colorado : bug

neveldo commented 8 years ago

Hello @aliocza ,

Thank you for having reported this bug. However, I'm not able to reproduce it with Firefox 50.0 and Mapael 2.0.0 on the demo 'basic/legend_slices_fixed_values.html' which seems to be the same as your screenshot. Which version of mapael are you using ?

What do you mean by "moving the map" ?

aliocza commented 7 years ago

you can't move the map in 'basic/legend_slices_fixed_values.html' because the zoom is disabled but we can reproduce de bug without zoom. For reproduce bug, stay on any countries and wait ending animation background color and try drag as if you want to move in the map. Demo for moving in the map after zoomed : optimised

neveldo commented 7 years ago

Hello @aliocza ,

I have just published a fix in the master branc for this issue : https://github.com/neveldo/jQuery-Mapael/commit/c4efaae922fb901b4f5180b3e6d7fc212939665d . Could tell me if it's ok for you now ?

aliocza commented 7 years ago

Its works. thank you :)