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

ContextMenu auto hidden after right click #616

Closed
balkarov opened this issue Aug 23, 2018 · 12 comments
Closed

ContextMenu auto hidden after right click #616

balkarov opened this issue Aug 23, 2018 · 12 comments
Assignees
Labels
Milestone

Comments

@balkarov
Copy link

balkarov commented Aug 23, 2018

Hello. Thank you for your library!

Sometimes ContextMenu auto hidden after right click.
3

My code:

<fluent:DropDownButton Header="{Binding Name}"
                       LargeIcon="theme.png">
    <ItemsControl ItemsSource="{Binding MyList}">
        <ItemsControl.ItemTemplate>
            <DataTemplate>
                <fluent:MenuItem Header="{Binding Name}">
                    <fluent:MenuItem.ContextMenu>
                        <fluent:ContextMenu StaysOpen="true">
                            <fluent:MenuItem Header="Delete" />
                        </fluent:ContextMenu>
                    </fluent:MenuItem.ContextMenu>
                </fluent:MenuItem>
            </DataTemplate>
        </ItemsControl.ItemTemplate>
    </ItemsControl>

</fluent:DropDownButton>

Environment

  • Fluent.Ribbon 6.1.0.233
  • Windows 10
  • .NET Framework 4.6.2
@batzen
Copy link
Member

batzen commented Aug 23, 2018

I can reproduce this, but after investigating i have no clue why this happens.

@batzen batzen self-assigned this Aug 24, 2018
@batzen batzen added this to the 7.0.0 milestone Aug 24, 2018
@batzen
Copy link
Member

batzen commented Aug 24, 2018

Finally found out what's causing this. Will fix it.

@batzen
Copy link
Member

batzen commented Aug 25, 2018

Just as a reference for myself, this is somewhat related to #439.

@batzen
Copy link
Member

batzen commented Aug 27, 2018

@balkarov Should be fixed in the latest source version. Could you give it a try?

@balkarov
Copy link
Author

Thanks!
Last version in nuget?

@batzen
Copy link
Member

batzen commented Aug 28, 2018

No, not on nuget currently. Willtry to publish there later.

@batzen
Copy link
Member

batzen commented Sep 1, 2018

Forgot to inform you that it's now on nuget https://www.nuget.org/packages/Fluent.Ribbon/7.0.0-alpha0419

@batzen
Copy link
Member

batzen commented Sep 17, 2018

@balkarov ping

@balkarov
Copy link
Author

@batzen thank you for your fix. Sorry, I cannot checking now beta version. I will wait release 7.0. You can close this issue if you fixed it. I will check it on release 7.0. If I will found some problem I will inform you. Thank you!

@batzen batzen closed this as completed Sep 24, 2018
@balkarov
Copy link
Author

Hello. When you release 7.0 version?

@batzen
Copy link
Member

batzen commented Dec 11, 2018

Will publish a new prerelease today. The final version is planned for the first week in january.

@balkarov
Copy link
Author

balkarov commented Jul 9, 2019

Hello. When you release 7.0 version?

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