Skip to content
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

NullReferenceException in KeyTipService.OnAdornerChainTerminated #722

Closed
znakeeye opened this issue Jun 4, 2019 · 6 comments
Closed

NullReferenceException in KeyTipService.OnAdornerChainTerminated #722

znakeeye opened this issue Jun 4, 2019 · 6 comments
Assignees
Labels
Milestone

Comments

@znakeeye
Copy link

znakeeye commented Jun 4, 2019

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(Object sender, KeyTipPressedResult e)     
   at Fluent.KeyTipAdorner.Forward(String keys, Boolean click)     
   at Fluent.KeyTipService.OnWindowPreviewKeyDown(Object sender, KeyEventArgs e)     
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)     
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)     
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)    
    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)     
             at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)     
             at System.Windows.Input.InputManager.ProcessStagingArea()     
             at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)     
             at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)     
             at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)     
             at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)     
             at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)     
             at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)     
             at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)     
             at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Environment

  • Fluent.Ribbon v7.0.0-alpha0456
  • Windows 10 Pro
  • .NET Framework 4.5.2
@batzen batzen self-assigned this Jun 7, 2019
@batzen batzen added the Bug 🐞 label Jun 7, 2019
@batzen batzen added this to the 7.0.0 milestone Jun 7, 2019
@batzen batzen closed this as completed in 1d8712f Jun 16, 2019
@znakeeye
Copy link
Author

Thanks. When are you planning a new alpha nuget build?

@batzen
Copy link
Member

batzen commented Jun 25, 2019

Didn't notice your comment. Will try to release a new alpha this week.

@znakeeye
Copy link
Author

Was there a new alpha? I don't see it on nuget.org

@batzen
Copy link
Member

batzen commented Aug 12, 2019

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.

@batzen
Copy link
Member

batzen commented Aug 12, 2019

Won't be able to publish today. Will try tomorrow.

@batzen
Copy link
Member

batzen commented Aug 13, 2019

Just published a new preview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants