-
Notifications
You must be signed in to change notification settings - Fork 743
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
[Android] Editing a TextBox
located in a Popup
may crash the app
#2533
Comments
With quite a few ComboBox-related duplicate issues closed, and the main issue quite hard to find using GitHub's search, I'd say this deserves some documentation. Furthermore, why are native Popups the default, when they are currently faulty? This forces developers to write platform-specific code every time. A search on Google only points to this:
|
Native popups are not disabled by default because of side effects that we have not had the time to investigate. They are not faulty for most cases. |
I wasn't able to reproduce. @jeromelaban Is there anything needed more than the sample in SamplesApp to reproduce this? |
@Youssef1313 it may crash the app if the textbox's IME popup appears (e.g. to copy/paste text) |
TextBox
located in a Popup
may crash the app
This should not be an issue anymore as we are now using the managed popups by default. |
Current behavior
Opening a
ContentDialog
which contains aTextBox
may crash the app with the following exception:Expected behavior
The application does not crash and editing the
TextBox
works.Workaround
Set
FeatureConfiguration.Popup.UseNativePopup
to false.Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The issue arises when the OS is trying to add the Copy/Past dialog, and does not seem to find where to place it.
The text was updated successfully, but these errors were encountered: