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

bug(windows): numberpad keys "/, *, -, +" are either not being added or resetting the context in non-compliant apps #11250

Open
rc-swag opened this issue Apr 18, 2024 · 1 comment
Assignees
Milestone

Comments

@rc-swag
Copy link
Contributor

rc-swag commented Apr 18, 2024

In testing #11172 it was discovered we currently doesn't handle the numberpad keys "/;*;-;+" well in non-compliant apps. The context is either reset when they are pressed or not added to the context at all.

Steps to preproduce.

Non-compliant
Load euro-latin keyboard

  1. Press 1
  2. Using the number pad press / /
  3. Press 2
    The result is:
    1//2
    instead of:
    ½

Non-compliant context reset

  1. Press a
  2. Using the number pad press *
    the result is:
    a*
    instead of:
    Star
@mcdurdin
Copy link
Member

I am going to push this to 18.0 as lower priority.

@mcdurdin mcdurdin modified the milestones: 18.0, A18S8 Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants