RFR: JDK-8290016: IGV: Fix graph panning when mouse dragged outside of window
Tobias Holenstein
tholenstein at openjdk.org
Tue Jul 12 14:14:28 UTC 2022
A graph in IGV can be moved by dragging it with the left mouse button (called panning).

If the mouse left the visible window of the graph during dragging, the diagram started to move in the opposite direction. This was annoying. Now panning stops as soon as the mouse leaves the window.

In selection mode, the graph still moves when the mouse is dragged outside the window, as this is meant to make a larger selection.

-------------
Commit messages:
- remove imports
- JDK-8290016: IGV: Fix graph panning when mouse dragged outside of window
Changes: https://git.openjdk.org/jdk/pull/9470/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9470&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8290016
Stats: 77 lines in 2 files changed: 23 ins; 20 del; 34 mod
Patch: https://git.openjdk.org/jdk/pull/9470.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9470/head:pull/9470
PR: https://git.openjdk.org/jdk/pull/9470
More information about the hotspot-compiler-dev
mailing list