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

Selected Tab on first render has a black border #1134

Closed
robertmuehsig opened this issue May 15, 2023 · 1 comment
Closed

Selected Tab on first render has a black border #1134

robertmuehsig opened this issue May 15, 2023 · 1 comment
Labels
Milestone

Comments

@robertmuehsig
Copy link
Contributor

robertmuehsig commented May 15, 2023

Not sure if this counts as bug or feature, but the first impression is "weird". When you create a RibbonWindow with a selected tab, a black border appears around it:

image

To reproduce just press this button in your sample app:
image

IMHO the black border makes sense for keyboard navigation (accessibility...), but in this case no keyboard navigation has happend and the ribbon is clearly selected anyway.
After clicking around the border disappears.


Environment

  • Fluent.Ribbon v10
  • Windows 11
  • .NET Framework 4.8
@batzen batzen added this to the 10.0.1 milestone May 15, 2023
@batzen batzen closed this as completed in 85921be May 15, 2023
@Mark-yunshengLiu
Copy link

RibbonTabItem set Focusable = "False" ,

<Fluent:RibbonTabItem Header="home" Focusable="False">

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