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

Software keyboard broken in 1.5 #9420

Closed
lhak opened this issue Mar 10, 2024 · 6 comments
Closed

Software keyboard broken in 1.5 #9420

lhak opened this issue Mar 10, 2024 · 6 comments
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working team-Controls Issue for the Controls team
Milestone

Comments

@lhak
Copy link

lhak commented Mar 10, 2024

Describe the bug

After updating to 1.5, the software keyboard does not popup anymore when selecting a textbox with touch.

Steps to reproduce the bug

Can be reproduced in WinUI Gallery

Expected behavior

No response

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.5.0: 1.5.240227000

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

@lhak lhak added the bug Something isn't working label Mar 10, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Mar 10, 2024
@adamfierek
Copy link

On 1.5.1 still not working. That kind of bug is acceptable in Experimental release but not in Stable.

@codendone codendone added area-TextBox TextBox, RichEditBox team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Mar 14, 2024
@baaaaif
Copy link

baaaaif commented Mar 15, 2024

can't test it myself, but my upvote for an asap fix. Very important (critical) for our customer!

@MichalMucek
Copy link

The keyboard is also not shown for the other text-based -Box controls (PasswordBox, RichTextBox, etc.). It doesn't work for editable ComboBox too.

@gegao18
Copy link

gegao18 commented Mar 29, 2024

Hi, thanks for reporting this. The fix for this will be part of 1.5.2.

@gegao18 gegao18 closed this as completed Mar 29, 2024
@baaaaif
Copy link

baaaaif commented Apr 11, 2024

@gegao18 this issue isn't mentioned in the 1.5.2 release notes. Is this really included in 1.5.2?

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Apr 11, 2024
@gegao18
Copy link

gegao18 commented Apr 11, 2024

This was the same bug as the IME positioning issue fixed in 1.5.2. We didn't have the correct coordinates for the TextBox at high display scales, which meant the soft keyboard didn't realize the TextBox was focused.

Fixed an issue where a textbox input method editor (IME) window would be incorrectly positioned when running at a scale factor other than 100%. For more info, see GitHub issue #9382.

@codendone codendone added this to the WinAppSDK 1.5 milestone Apr 12, 2024
@codendone codendone removed the needs-triage Issue needs to be triaged by the area owners label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TextBox TextBox, RichEditBox bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

6 participants