issue #3119: drag the execution viewport to navigate the canvas - #7932
Merged
Conversation
The execution viewers painted the minimap but never started a viewport drag on mouse down, so the blue overlay did nothing on desktop or Hop Web. Wire setupDragViewPort, allow click-to-jump on the minimap, and apply the final offset on mouse up in RAP.
jefersonminatozaki
pushed a commit
to jefersonminatozaki/hop
that referenced
this pull request
Aug 14, 2026
…apache#7932) The execution viewers painted the minimap but never started a viewport drag on mouse down, so the blue overlay did nothing on desktop or Hop Web. Wire setupDragViewPort, allow click-to-jump on the minimap, and apply the final offset on mouse up in RAP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The execution information canvas painted a minimap but never started a viewport drag, so the blue overlay did nothing on desktop Hop GUI or Hop Web. This wires mouse handling so you can drag the overlay (and click the rest of the minimap) to move the view.
Why
Fixes #3119. The issue was reported for Hop Web, but the same
mouseDownpath was missing on desktop.How
setupDragViewPort()from pipeline and workflow execution viewersViewPortNavigatorwith unit testsTesting
ViewPortNavigatorTest