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

Button Border not Transparent when Focused. #2767

Closed
feinstein opened this issue Dec 16, 2016 · 5 comments
Closed

Button Border not Transparent when Focused. #2767

feinstein opened this issue Dec 16, 2016 · 5 comments
Assignees
Labels
Milestone

Comments

@feinstein
Copy link
Contributor

What steps will reproduce this issue?

Place a Button inside a Flyout with some backgound color (mine id Cobalt Accent). When the Button has Focus, it's possible to see some of the white background coming off the corners of the border:

image

Expected outcome

No white background on the corners.

--

Environment

  • MahApps.Metro v1.3.0
  • Windows 10
  • Visual Studio 2015
  • .NET Framework 4.5
@punker76 punker76 self-assigned this Dec 16, 2016
@punker76 punker76 added this to the 1.4.0 milestone Dec 16, 2016
@punker76 punker76 added the Bug label Dec 16, 2016
@punker76
Copy link
Member

@feinstein This will be fixed in upcoming 1.4.0. The ToggleButton had the same issue and is now also fixed.

image

image

image

@feinstein
Copy link
Contributor Author

@punker76 will #2458 be fixed as well?

@punker76
Copy link
Member

@feinstein No, cause this would be a visual breaking change

@punker76
Copy link
Member

@feinstein And why fixing? It's not a bug, it's in this case a feature (IsKeyboardFocusWithin). If you don't like it (and for a workaround), create a copy and remove this lines.

@feinstein
Copy link
Contributor Author

@punker76 oh, ok, I got the impression it was a clicked state and not a IsKeyboardFocusWithin state, I will close the other issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants