marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Mouse right-click on chart causes entire chart to highlight in Safari #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To reproduce the problem:
1. Run org.timepedia.chronoscopesamples.ChartDemo in hosted mode or compile and 
run on 
Safari.
2. Right-click on an empty space within the top chart.
3. The whole chart becomes highlighted.

Chart should not become highlighted.

Original issue reported on code.google.com by chadtaka...@gmail.com on 13 Aug 2008 at 9:47

GoogleCodeExporter commented 8 years ago
Resolved in r279.  ChartMouseDown.java now checks if right mouse button pressed 
and, if so, sets 
ChartState.handled = false and then exits function.

Original comment by chadtaka...@gmail.com on 13 Aug 2008 at 9:53