Trigger scroll on scrolled selection#5798
Conversation
zadjii-msft
left a comment
There was a problem hiding this comment.
I'm kinda shocked that this fixes #5756 but ¯\_(ツ)_/¯
DHowett-MSFT
left a comment
There was a problem hiding this comment.
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 |
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
TriggerRedrawAlltoTriggerScroll. This does that.References
#5185 - applies logic from this PR
PR Checklist
Validation Steps Performed
Followed bug repro steps.