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 scroll placements #5253

Merged
merged 13 commits into from
Nov 18, 2024
Merged

Fix scroll placements #5253

merged 13 commits into from
Nov 18, 2024

Conversation

willmcgugan
Copy link
Collaborator

@willmcgugan willmcgugan commented Nov 18, 2024

Fixes #5249

Bump to 0.86.2

A Widget's offset wasn't being taken in to account when scrolling. A widget with an offset could be hidden when it should be visible.

This bug won't show up on the snapshot tests, as they prompt a full refresh, and this issue occurs with the fast path scrolling.

@willmcgugan willmcgugan marked this pull request as draft November 18, 2024 14:04
@willmcgugan willmcgugan marked this pull request as ready for review November 18, 2024 15:55
@willmcgugan willmcgugan merged commit 8d99130 into main Nov 18, 2024
20 checks passed
@willmcgugan willmcgugan deleted the fix-scroll-placements branch November 18, 2024 16:18
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.

Offset Widgets Popping In And Out While Scrolling
2 participants