dhammucool / flot

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

Example file navigate.html mousewheel operation didin't work on JQuery-1.7.2 #724

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have recently tried to use navigate example.  flot 0.7 included example works 
well with included jQuery.  However, when I modified that example to use the 
latest jQuery 1.7.2, once mouse wheel scroll, the plot is gone.  I have traced 
the program and found that it seems the EVENT e from onMouseWheel(e,delta) 
contain NO pageX and pageY property so can't calculate the center position at 
onZoomClick sub.

How to reproduce:
- Just replace the jQuery from 1.5.1 to 1.7.2 and nothing else.

Original issue reported on code.google.com by yln...@gmail.com on 24 Jul 2012 at 11:34

GoogleCodeExporter commented 8 years ago
This is already fixed in the master branch, but thank you for reporting it.

Original comment by dnsch...@gmail.com on 24 Jul 2012 at 1:08