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
Removing items from QAT removes items in Ribbon Toolbar.
How to repeat: I am using Fluent Ribbon .Net 4.5 build (but same for .Net 4 version). Add one of the DropDown items to Quick Access Toolbar.
Then right click on QAT icon triangle [Icon "/"] and click "Remove from Quick Access Toolbar":
And you will see that the items from Toolbar dropdown are removed:
The text was updated successfully, but these errors were encountered:
I am able to reproduce the bug, but with different steps (using FluentTest v3.5.0.182):
Add a SplitButton or DropDownButton to the QAT. Keep in mind that you have to right click the drop-down-arrow-part of a SplitButton to add the drop down to the QAT.
Open the drop down in the QAT.
Right click on any item in the drop down and select "Remove from Qick Access Toolbar"
The Button is removed from the QAT, but all MenuItems in the drop-down are removed as well.
Removing items from QAT removes items in Ribbon Toolbar.
How to repeat: I am using Fluent Ribbon .Net 4.5 build (but same for .Net 4 version). Add one of the DropDown items to Quick Access Toolbar.
Then right click on QAT icon triangle [Icon "/"] and click "Remove from Quick Access Toolbar":
And you will see that the items from Toolbar dropdown are removed:
The text was updated successfully, but these errors were encountered: