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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment