Search Issue Tracker
Fixed
Fixed in 6000.0.44f1, 6000.1.0b12, 6000.2.0a8
Votes
0
Found in
6000.0.42f1
6000.1.0b10
6000.2.0a6
Issue ID
UUM-100211
Regression
No
TabView.tabClosed EventHandler passes the wrong tab index as parameter when closing a tab from oldest to newest order
Reproduction steps:
1. Open the attached "IN-96770" project
2. In the Toolbar select Herve → Open Dialogue Editor
3. In the Herve window select “Open” and navigate to Tests → Assets → Dialogue Assets and select “TestCache.asset”
4. In the Herve window select “Open” and navigate to Tests → Assets → Dialogue Assets and select “TestFullTraversal.asset”
5. Close the “TestCache” tab by hovering on it in the Herve window and clicking on the X
6. Close the “TestFullTraversal” tab by hovering on it in the Herve window and clicking on the X
7. Observe the Console window
Expected result: Both debug messages will contain “Index : 0”
Actual result: One debug message contains “Index : 0” and the other one contains “Index : 1”
Reproducible with: 6000.0.42f1, 6000.1.0b10, 6000.2.0a6
Could not test with: 2022.3.60f1 (TabView.tabClosed method does not exist)
Reproducible on: Windows 10 (User), Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment