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
Got this exception, probably when a tooltip was about to be displayed.
[System.NullReferenceException]:Object reference not set to an instance of an object.
at Fluent.KeyTipService.OnAdornerChainTerminated(Objectsender,KeyTipPressedResulte)
at Fluent.KeyTipAdorner.Forward(Stringkeys,Booleanclick)
at Fluent.KeyTipService.OnWindowPreviewKeyDown(Objectsender,KeyEventArgse)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegatehandler,Objecttarget)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Objecttarget,RoutedEventArgsroutedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Objectsource,RoutedEventArgsargs,BooleanreRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObjectsender,RoutedEventArgsargs)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgsargs)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgsinput)
at System.Windows.Input.InputProviderSite.ReportInput(InputReportinputReport)
at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtrhwnd,InputModemode,Int32timestamp,RawKeyboardActionsactions,Int32scanCode,BooleanisExtendedKey,BooleanisSystemKey,Int32virtualKey)
at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG&msg,Boolean&handled)
at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG&msg,ModifierKeysmodifiers)
at System.Windows.Interop.HwndSource.OnPreprocessMessage(Objectparam)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegatecallback,Objectargs,Int32numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Objectsource,Delegatecallback,Objectargs,Int32numArgs,DelegatecatchHandler)
Environment
Fluent.Ribbon v7.0.0-alpha0456
Windows 10 Pro
.NET Framework 4.5.2
The text was updated successfully, but these errors were encountered:
There is one from 2 months ago. Will push a new one today as i updated the supported .net core version and fixed a potential endless loop in the tabscontainer.
Got this exception, probably when a tooltip was about to be displayed.
Environment
The text was updated successfully, but these errors were encountered: