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

BackStageTabItem leftmousedown event not firing #291

Closed
djmiller9975 opened this issue Apr 1, 2016 · 1 comment
Closed

BackStageTabItem leftmousedown event not firing #291

djmiller9975 opened this issue Apr 1, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@djmiller9975
Copy link

Environment

Windows 7, Visual Studio 2013 Professional

  • Fluent.Ribbon v3.6.1.236
  • Theme Office2013
  • Windows 7
  • .NET Framework 4.5

The leftmouseup event fires, but I can't get the leftmousedown event to fire. Why doesn't the BackstageTabItem have a click event?

@batzen batzen added the Bug 🐞 label Apr 3, 2016
@batzen batzen added this to the 4.0.0 milestone Apr 3, 2016
@batzen batzen self-assigned this Apr 3, 2016
@batzen
Copy link
Member

batzen commented Apr 3, 2016

LeftMouseDown was set to handled, which I consider wrong. Will fix that.

It has no click event because it also has no ClickMode as ButtonBase has.

@batzen batzen closed this as completed in 88b9c71 Apr 3, 2016
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