-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Plots] "Grab" cursor should be shown when panning #4911
Comments
Categorizing as medium severity because it affects the discoverability of the pan gesture in plots, which is an important part of user workflows. |
Testing NotesMac OSNavigate to a plot WindowsRepeat |
akhenry to verify with a windows machine |
Verified fixed in Windows and MacOS |
e2e Testing NotesNote: much of this functionality can be found in the
e2e/test/plugins/plot/plotInteractivity.e2e.spec.js test.describe('Plot and Cursor Tests')
test('Can Pan on plot with Alt+mouse')\
1. Create Overlay Plot
2. Create example Imagery under Overlay Plot
3. Page.goto() Overlay plot
4. hover over plot and detect mouse input type
5. hold down alt key. Detect mouse input type
|
Summary
Plots should show a grab cursor when the user is panning in a plot.
Steps to Reproduce
Impact Check List
Additional Information
Refer to the panning gesture in the time conductor for an example of what the cursor should look like while panning plots.
The text was updated successfully, but these errors were encountered: