Search Issue Tracker
Fixed
Votes
1
Found in
6000.0.25f1
6000.1.0a2
Issue ID
UUM-85879
Regression
Yes
"TreeView" reordering feature fails to disable when "reorderable" propertly is set to false
Reproduction steps:
1. Open the attached project “U6TreeViewTest.zip“
2. Open the “SampleScene“
3. Enter Play Mode
4. Try to reorder the “TreeView” by dragging and dropping any element in the list
5. Observe the result
Expected result: The list cannot be reordered
Actual result: The list can still be reordered even though the “reorderable” property in the script is set to false
Reproducible in: 6000.0.17f1, 6000.0.25f1, 6000.1.0a2
Not reproducible in: 2022.3.51f1, 6000.0.16f1
Could not test with: 2021.3.45f1 (Couldn’t solve compilation errors)
Reproducible on: macOS 14.6.1 (M1 Pro), MacOS 14.6.1 (M1 Max) (user) ,Windows 10
Not reproducible on: No other environment tested
Note: Can be reproduced in Player too
Comments (1)
-
vinhvo_modec
Oct 30, 2024 04:04
This bug is very critical when the TreeView is very large and the user selects a lot of objects. Interacting with these selected objects can cause the app to hang.
While waiting for a fix, we can use the following workaround to overcome it:
`treeView.canStartDrag += (_) => reorderable;'
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-83054