-
Notifications
You must be signed in to change notification settings - Fork 697
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
Unable to Enter Text into TextBox inside ContentDialog in WinUI3 Desktop #2704
Comments
I'm having the same issue, is there no workaround? My app depends on ContentDialogs with text boxes. |
@Austin-Lamb @JesseCol @anawishnoff as FYI. |
Just to say, I have the same problem with Preview 2. I am on the latest Insider build of Windows 10. |
This bug appears to be fixed internally, hopefully it will be in Preview 3 later this year. |
@lyahdav This is an issue on OS XAML too |
@Austin-Lamb I am having this issue in Preview 3 as well. |
@anawishnoff Sorry for pinging you as well - I just want to make sure it is known that this bug still exists in WinUI Preview 3.0, and is not fixed as @Austin-Lamb predicted on Sep 3. |
No problem @smj389 - we're actively looking into this and I hope to report back soon! |
I am also experiencing the same issue with Flyouts. |
Please add this to the WinUI 3.0 Milestone. The march version shouldn't be shipped without this been solved. |
@smj389, @crramirez It looks like this bug will be fixed in the next release of WinUI 3. |
Confirming - this bug has been fixed, and the fix will be available in our next release - WinUI 3 Preview 4. We're hoping to ship this preview release in early February. Thanks! |
Wiiiii, thanks a lot for letting us know. |
The label |
@AlexeiNaabal |
Describe the bug
In WinUI3 Desktop, we are unable to type in text into the TextBoxes inside ContentDialogs with some exceptions.
More detailed observations and debugging below in the "Additional Context" section.
Steps to reproduce the bug
Expected behavior
We expect text to appear within the textbox when typing. We expect to see the same behavior we saw in UWP.
Build and run the TextBoxUWP solution inside the TextBoxUWP folder to see expected behavior.
Screenshots
Screenshot#1 - TextBox inside ContentDialog
Version Info
NuGet package version:
[Microsoft.VCRTForwarders.140 1.0.6]
[Microsoft.WinUI 3.0.0-preview1.200515.3]
Targeting:
Target: Universal Windows
Target version: Windows 10, version 1809 (10.0; Build 17763)
Min version: Windows 10, version 1809 (10.0; Build 17763)
Additional context
When trying to type into the TextBox immediately, no characters appear.
When trying to type quickly with many characters into the TextBox immediately, the text cursor seems to freeze up and not blink.
However, after clicking away from or outside of the application window, we are able to type in a subset of characters into the TextBox. This subset includes:
The text was updated successfully, but these errors were encountered: