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
To repro this issue, you can use the Fluent.Ribbon.Showcase project. The only change that needs to be made to that project is to go into the Backstage XAML and remove all KeyTips on all BackstageTabItems. Then, start up the application and use (Alt + F) to open up the backstage -- you will see that it immediately closes.
This issue seems to have been introduced by this change. In particular, OnAdornerChainTerminated now calls ClosePopups, raising the DismissPopupEvent, which the backstage control has subscribed to. Upon receival of this event, the backstage closes itself. This event is not fired if the adorner chain is not terminated, for example, because the backstage itself has children with keytips.
Environment
Fluent.Ribbon v6.0.0-dev0087
Windows 10
.NET Framework 4.6.1
The text was updated successfully, but these errors were encountered:
To repro this issue, you can use the Fluent.Ribbon.Showcase project. The only change that needs to be made to that project is to go into the Backstage XAML and remove all KeyTips on all BackstageTabItems. Then, start up the application and use (Alt + F) to open up the backstage -- you will see that it immediately closes.
This issue seems to have been introduced by this change. In particular,
OnAdornerChainTerminated
now callsClosePopups
, raising theDismissPopupEvent
, which the backstage control has subscribed to. Upon receival of this event, the backstage closes itself. This event is not fired if the adorner chain is not terminated, for example, because the backstage itself has children with keytips.Environment
The text was updated successfully, but these errors were encountered: