-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Trigger scroll on scrolled selection #5798
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm kinda shocked that this fixes #5756 but ¯\_(ツ)_/¯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Investigate to make sure that callers of SelectNewRegion
call it under lock.
@DHowett-MSFT
The only other time
So, I think that covers it. Though I do agree with @zadjii-msft that this doesn't seem like the complete solution. hmm. |
Sorry, I'm missing something here. Does |
We lock in |
Excellent. |
Just to be sure: you had a 100% surefire repro before this, and now you don't? Wow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
Yep. I tested it on 0.11 and this branch side-by-side. I'm surprised too haha. |
🎉 Handy links: |
## Summary of the Pull Request We accidentally missed switching one `TriggerRedrawAll` to `TriggerScroll`. This does that. ## References microsoft#5185 - applies logic from this PR ## PR Checklist * [X] Closes microsoft#5756 ## Validation Steps Performed Followed bug repro steps.
Summary of the Pull Request
We accidentally missed switching one
TriggerRedrawAll
toTriggerScroll
. This does that.References
#5185 - applies logic from this PR
PR Checklist
Validation Steps Performed
Followed bug repro steps.