Home Forums Chart Support click feature is annoying when using together with zoom Reply To: click feature is annoying when using together with zoom

#7206

now i prevent my issue by using confirm();
so when user miss click when he slide mouse to zooming/panning , confirm pop up will show to him.
TRUE >> do some AJAX
FALSE >> return false for do nothing

source: http://jsfiddle.net/QwZuf/110/

i hope u have better solution , sunil.