Unplanned
Last Updated: 09 Dec 2025 10:50 by Teddy
Teddy
Created on: 09 Dec 2025 10:50
Category: AutoComplete
Type: Bug Report
0
AutoComplete: [MacCatalyst] NullReferenceException is thrown when hovering the mouse over an item other than the first one

NullReferenceException occurs when they click on an AutoComplete item other than the first one on macOS, using a mouse or trackpad.

System.NullReferenceException: Object reference not set to an instance of an object
   at Telerik.Maui.Controls.MouseHelper.OnUIHoverGestureRecognizerExecuted()
   at Telerik.Maui.Controls.MouseHelperProxy.HandleHover()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.Activated()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.__Registrar_Callbacks__.callback_1672_UIKit_UIGestureRecognizer_ParameterlessDispatch_Activated(IntPtr pobj, IntPtr sel, IntPtr* exception_gchandle)
--- End of stack trace from previous location ---
   at UIKit.UIApplication.UIApplicationMain(Int32 argc, String[] argv, IntPtr principalClassName, IntPtr delegateClassName)
   at UIKit.UIApplication.Main(String[] args, Type principalClass, Type delegateClass)
   at Fmr.SuperNova.Program.Main(String[] args)
0 comments