Cursor out of window bounds behavior #1472
MichalLebeda
started this conversation in
General
Replies: 1 comment 1 reply
-
This may be better as an issue, as it sounds like a bug. Please also include a Simple Short Self-Contained, Correct Example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
Cursor
value isCursor::Unavailable
if cursor is less than window origin. This behavior is not consistent asx
andy
values can be bigger than window origin + size , thus escaping window (which is fine).Why this matters: sometimes user can scroll by dragging on widget or taking similar action. Moving out of the window right or down is fine but not up or left and it does not make any sense to me as sometimes I can move (for example) in a map or similar widget.
I think that this is a really important topic for further usecases
Beta Was this translation helpful? Give feedback.
All reactions