Skip to content
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

Fix: You must place the mouse at the very end of clip_rect to make the scrollbar appear. #5075

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rustbasic
Copy link
Contributor

** Fix Issue:**
When a ScrollArea is nested with both Horizontal and Vertical scrolling, the outer_rect can become very large due to the content, or when the content is moved.
In this case, even if you place the mouse cursor where the scroll bar should appear, the scroll bar does not appear. If you place it at the very end of the clip_rect, the scroll bar appears.

This, in #4791, removes the unnecessary parts and includes only the essential ones.

@rustbasic rustbasic closed this Sep 5, 2024
@rustbasic rustbasic reopened this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant