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

AppBarToggleButton is not greyed out when set to disabled. #237

Closed
bjit311 opened this issue Dec 16, 2020 · 1 comment
Closed

AppBarToggleButton is not greyed out when set to disabled. #237

bjit311 opened this issue Dec 16, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@bjit311
Copy link

bjit311 commented Dec 16, 2020

Steps:
1.Create a AppBarToggleButton.
2.Set the IsEnabled="False".
3.The AppBarToggleButton is Not greyed out

Code:
<ui:AppBarToggleButton Label="AutoLogin1"
IsEnabled="False" />
<ui:AppBarToggleButton Label="AutoLogin2"
IsEnabled="True" />

Screenshots:

  1. No mouse hover
    nomousehover
  2. Mouse hover AutoLogin1
    autotlogin1
  3. Mouse hover AutoLogin2
    autotlogin2

Note:
There was a similar issue in another control in microsoft-ui-xaml microsoft/microsoft-ui-xaml#56 for your reference.

@Kinnara Kinnara added the bug Something isn't working label Jan 4, 2021
@Kinnara Kinnara added this to the 0.9.3 milestone Jan 4, 2021
@Kinnara Kinnara closed this as completed in eebdb5c Jan 5, 2021
@Kinnara
Copy link
Owner

Kinnara commented Jan 5, 2021

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants