Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
0
Found in
6000.0.29f1
6000.1.0a6
7000.0.0a1
Issue ID
UUM-89038
Regression
No
Tab order is incorrect after re-ordering
*Steps to reproduce:*
# Create a new URP Project.
# Import attached TabUXML.uxml or create a UI Document with 3 tabs using Tabs nested inside TabView.
# In the UI Document Hierarchy, move Tab 1 to between Tab 2 and Tab 3.
*Actual results:* Tab order is 2, 3, 1. The moved tab will always go to the end of the tabs.
*Expected results:* Tab order is 2, 1, 3. The moved tab should match its position in hierarchy.
*Reproducible with versions:* 6000.1.0a6, 6000.0.29f1
*Can’t test with versions:* 2022.3.52f1, 2021.3.45f1 - no Tab/TabView available.
*Tested on (OS):* MacOS 12.7.6
*Notes:*
* Pressing Ctrl+S will set this to the expected result. You may not want to save until you are happy with your changes because of UUM-87092.
* Have not thoroughly regression tested this as it seems to be a new feature. Please contact the ticket reporter if regression testing will be useful.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
Add comment