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

Removing item (that has DropDown ) from QAT removes items in Ribbon Toolbar #154

Closed
vdrasutis opened this issue Aug 20, 2015 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@vdrasutis
Copy link
Contributor

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.
image

Then right click on QAT icon triangle [Icon "/"] and click "Remove from Quick Access Toolbar":
image

And you will see that the items from Toolbar dropdown are removed:
image

@batzen
Copy link
Member

batzen commented Aug 20, 2015

I can't reproduce this issue locally.

@chdft
Copy link

chdft commented Aug 20, 2015

I am able to reproduce the bug, but with different steps (using FluentTest v3.5.0.182):

  1. 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.
    step1
  2. Open the drop down in the QAT.
    step2
  3. Right click on any item in the drop down and select "Remove from Qick Access Toolbar"
    step3
    The Button is removed from the QAT, but all MenuItems in the drop-down are removed as well.
    step4

@batzen
Copy link
Member

batzen commented Aug 20, 2015

The important part was to click into the list and say "remove". Will have a look at this when I got time.

@batzen batzen added this to the Next milestone Aug 20, 2015
@batzen batzen self-assigned this Aug 20, 2015
@batzen batzen closed this as completed in 6b82953 Aug 20, 2015
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

3 participants