Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.0.0-preview.14
Issue ID
1345142
Regression
No
UIElement.ListView with reorderable enabled in EditorWindow cannot be reordered when docked in another window
How to reproduce:
1. Open the attached project "uitoolkittest.zip"
2. Click UIElements > Test > ReorderableListView Show
3. Dock the opened window somewhere in the Editor
4. Try to drag and drop the list elements to reorder them
Expected result: You can change the position of the element
Actual result: You cannot change the position of the element
Reproducible with: 2020.3.13f1, 2021.1.13f1 (1.0.0-preview.3 - 1.0.0-preview.14), 2021.2.0b1
Could not test with: 2018.4.34f1, 2019.4.28f1 (UI Toolkit not supported)
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
KazuyaNoguchi_at_DispatchedCompanyAccount
Jun 24, 2021 04:41
After docking somewhere in the editor
It seems to work by toggle the "UI Toolkit Live Realod".
Regardless of "UI Toolkit Live Realod", if you can drag and drop list elements to sort them, the problem will be solved.