Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 546:feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
flys-client/trunk@2055 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 06 Jun 2011 08:21:08 +0000 |
parents | 0f4095a522ab |
children | 95a7f9cb3d58 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jun 03 12:19:34 2011 +0000 +++ b/flys-client/ChangeLog Mon Jun 06 08:21:08 2011 +0000 @@ -1,3 +1,10 @@ +2011-06-06 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: + Added a handler that listens to mouse out events. If the mouse moves out + of the chart area, the current zoom operation is canceled. The zoombox + and the coordinates are reset. + 2011-06-03 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: