Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
545:27fb059da15f | 546:feaf6a8881ee |
---|---|
1 2011-06-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: | |
4 Added a handler that listens to mouse out events. If the mouse moves out | |
5 of the chart area, the current zoom operation is canceled. The zoombox | |
6 and the coordinates are reset. | |
7 | |
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | 8 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 10 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 Added a method that allows zooming out for a specified factor (between | 11 Added a method that allows zooming out for a specified factor (between |
5 0-100). | 12 0-100). |