-
Notifications
You must be signed in to change notification settings - Fork 694
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
Some of the scroll features on v1 are broken. #2959
Labels
v1
For Issues & PRs targetting v1.x
Comments
8 tasks
Were these working in v1 before? |
The |
I don't understand how fixing things that were working before, then broke, requires so many new public APIs. |
@tig it's so only two |
tig
added a commit
that referenced
this issue
Nov 16, 2023
* Add GrabMouseEventArgs for GrabbingMouse and UnGrabbingMouse events. * Implementing GrabbingMouse and UnGrabbingMouse in Toplevel class. * Fix contentBottomRightCorner to draw with the right color. * Fix a typo. * Fix ListView to allow scrolling. * Add a comment to explain an extra column for the cursor at the end of line. * Add unit tests for GrabbingMouse and UnGrabbingMouse events. * Add unit test for a Window inside a non Toplevel. * Removes GrabMouseEventArgs. * Prevents throwing an exception if not subscribed. * GrabMouse must be first called before set the dragPosition. * Add unit test to test null on GrabbingMouse and UnGrabbingMouse. * Fix event name. * Prevents a toplevel to overflows his bounds to allow it can be drag. * Fix unit test. --------- Co-authored-by: Tig <tig@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm disgusted that some of the scrolling features I've helped improve aren't working well in v1, such as:
Clipping
scenario.Editor
scenario.ListsAndCombos
scenario.Scrolling
scenario.The text was updated successfully, but these errors were encountered: