Skip to content

[Windows] TabBarDisabledColor is not applied when the TabBar is in a disabled state #34738

@NafeelaNazhir

Description

@NafeelaNazhir

Description

When a Tab is disabled (IsEnabled = false), the TabBarDisabledColor property is expected to change the icon and text color of the disabled Tab.
This works correctly on Android , but on windows the TabBarDisabledColor is not applied, and the TabBar continues to use the default system disabled color.

Steps to Reproduce

  1. https://github.com/dotnet/maui/blob/inflight/candidate/src/Controls/tests/TestCases.HostApp/Issues/Issue32995.cs
  2. https://github.com/dotnet/maui/tree/main/src/Controls/tests/TestCases.HostApp/FeatureMatrix/Shell/ShellTabbed
  3. Set TabBarDisabledColor="Green" in the Shell.
  4. Disable one of the tabs.
  5. Run the sample on Windows.
  6. Observe that the disabled Tab does not use the green color and instead shows the default disabled color.

Link to public reproduction project repository

No response

Version with bug

10.0.50

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-shellShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions