You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
Xfx Entry used in a Popup. Should not crash when popup is closed.
Actual Behavior
On Closing Popup Page, Xfx Entry crashes with Nullreference Exception on Android. Works fine for iOS.
Steps to reproduce the Behavior
create a Popup -> Rg.Plugins.Popup (or any other page, but I only tried with a popup)
add an Xfx Entry -> click on it to enter text (don't minimize Android Keyboard!)
while Android Keyboard is still open -> push button to close popup, PopAsync
-> NullReferenceException, CallStack:
Bug
Affects
Expected Behavior
Xfx Entry used in a Popup. Should not crash when popup is closed.
Actual Behavior
On Closing Popup Page, Xfx Entry crashes with Nullreference Exception on Android. Works fine for iOS.
Steps to reproduce the Behavior
create a Popup -> Rg.Plugins.Popup (or any other page, but I only tried with a popup)
add an Xfx Entry -> click on it to enter text (don't minimize Android Keyboard!)
while Android Keyboard is still open -> push button to close popup, PopAsync
-> NullReferenceException, CallStack:
System.Diagnostics.Debugger.Mono_UnhandledException(System.NullReferenceException ex)
object.25( Parameters)
Xfx.Controls.Droid.Renderers.XfxEntryRendererDroid.get_EditText()
This does not happen, if the Android Keyboard is closed beforehand!
Feature Request:
As this seems to be a missing Null Check in Android only, please trace this back and fix it. :)
Seems to correlate with opened Keyboard.
The text was updated successfully, but these errors were encountered: