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

Chart highlight operation doesn't work in certain cases #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The success of the highlight operation is dependent on the order in which the 
shift key and 
mouse button are released.  Highlight operation should succeed regardless of 
order.

To witness the issue:

1) Start highlighting by pressing+holding shift, pressing+holding the left 
mouse button, and 
then moving the mouse across the chart.
2) Release the mouse button.
3) Release the shift key.

The highlight operation should succeed.  Now, highlight part of the chart 
again, but this time, 
release the shift key first followed by the mouse button (i.e. perform step 1, 
then step 3, then 
step 2).  The highlight operation does not occur.

Original issue reported on code.google.com by chadtaka...@gmail.com on 1 Aug 2008 at 3:34

GoogleCodeExporter commented 8 years ago
Resolved in r297.

Original comment by chadtaka...@gmail.com on 19 Aug 2008 at 8:56