Copyright © 2026 Unity Technologies
backports closed for 6.4
Thank you for reporting a bug to Unity. We have investigated the issue but were unable to reproduce it with the information provided. This can happen due to differences in environment, project setup, or steps taken. We will close this case for now. If you're able to share additional details such as different projects, steps, hardware/software configuration, or logs - please let us know, and we'll be happy to re-evaluate.
Bug does not reproduce in this version
A disabled Tab in a UI Toolkit TabView still responds to clicks and becomes the active tab. In Unity 6.0 you could disable a tab to stop it being selected. That behavior was removed by [Internal link] (landed 13 Aug 2025), which added InvokePolicy.IncludeDisabled to the tab header's PointerDownEvent so read-only tab views keep working. Read-only views are used in the Inspector when you edit an immutable object, where clicking a disabled tab must still switch to it.
Steps to reproduce:
Actual results: the disabled tab is selected and shows its content.
Expected results: the disabled tab cannot be selected; the current tab stays active.
Reproducible with versions: Unity 6.0 works as expected. Broke in a later 6000.x stream
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows
Root cause:
Issues you vote on will appear here