Hi Telerik!
We've had RibbonView deployed without problem for many years, I believe running Q1 2018.
Now we are getting a strange exception caused by a recursive call / infinite loop:
"System.Windows.Input.MouseDevice.Capture(System.Windows.IInputElement, System.Windows.Input.CaptureMode)",
"Telerik.Windows.Controls.AutoClosePopupWrapper.OnLostMouseCapture(System.Object, System.Windows.Input.MouseEventArgs)",
"System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)",
"System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)",
"System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)",
"System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)",
"System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)",
"System.Windows.Input.InputManager.ProcessStagingArea()",
"System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)",
"System.Windows.Input.MouseDevice.ChangeMouseCapture(System.Windows.IInputElement, System.Windows.Input.IMouseInputProvider, System.Windows.Input.CaptureMode, Int32)"
Any ideas?
Thanks
Pete