-
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
Imagery causes unintended scrolling of overflowed views on hover #6300
Labels
Milestone
Comments
Possibly fixed by #6318 Please retest. |
@shefalijoshi to test |
Not fixed. :( |
15 tasks
How to Test
|
Verified fixed -- Testathon 3-14-2023 🥧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Display Layouts with overflow (scrollbars showing) will scroll unintentionally as the user just moves their mouse cursor around and hovers over Imagery view objects. This occurs wherever the containing Display Layout occurs: main view, or itself as a frame within another layout (both types). This is making some existing ops layouts very hard to use and could represent data loss if an image is unexpectently hidden. Wondering if this was a consequence of changes effected for #5961.
Expected vs Current Behavior
The view should only be scrolled on direct intent from the user, via standard scrolling gestures.
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: