ExtJS + JQuery/Flot: mousedown event for the plot container
问题 I realized that in flot there is a confliction between "plotpan" event and "mousedown" event. if enable the plot pannable, then mousedown wont work in the plot area; also, if disable "plotpan" event, but enable "plotclick" event and "mousedown" event, it turns out that only mousedown works but plotclick doesnt. how can I make sure that these three or more events can work in a more apporpriate way? demo codes are attached as follows: <html> <head> <title>A Test Page</title> <!-- JQUERY/FLOT