-
Notifications
You must be signed in to change notification settings - Fork 105
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 event handling bug with touch and keyboard input #620
Fix event handling bug with touch and keyboard input #620
Conversation
Should this go into Dev and then get backported into release? |
Yes, I missed the target branch. I'll see if I can rebase Wenbo's PR branch to reduce the work he needs to do. |
Fix the bug in event handling that occurs when alternating between touch and keyboard inputs, ensuring seamless interaction.
132b3ff
to
7ab78cc
Compare
Rebased to |
## Description Fixes #621 Fix the bug in event handling that occurs when alternating between touch and keyboard inputs, ensuring seamless interaction. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested Tested on Surface Laptop and Surface Pro. Booted to UEFI front page and alternated between Touchpad and Keyboard for operation. The interaction was seamless. ## Integration Instructions N/A --------- Co-authored-by: Wenbo Hou <wenbhou@microsoft.com>
## Description Fixes microsoft#621 Fix the bug in event handling that occurs when alternating between touch and keyboard inputs, ensuring seamless interaction. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested Tested on Surface Laptop and Surface Pro. Booted to UEFI front page and alternated between Touchpad and Keyboard for operation. The interaction was seamless. ## Integration Instructions N/A --------- Co-authored-by: Wenbo Hou <wenbhou@microsoft.com>
Description
Fixes #621
Fix the bug in event handling that occurs when alternating between touch and keyboard inputs, ensuring seamless interaction.
How This Was Tested
Tested on Surface Laptop and Surface Pro. Booted to UEFI front page and alternated between Touchpad and Keyboard for operation. The interaction was seamless.
Integration Instructions
N/A