Search Issue Tracker
Fixed
Fixed in 2023.1.0b13, 2023.2.0a6
Votes
2
Found in
2023.1.0a11
2023.2.0a1
Issue ID
UUM-15264
Regression
Yes
[UI Toolkit] IMGUI emun property inside a IMGUIContainer and ListView work incorrectly
Steps to repro:
- Open the project
- select "Assets/ExampleObj.asset"
- Then try to change some enum dropdown in the inspector.
See gif file for results
Comments (3)
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
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Gustave
Oct 20, 2023 06:28
Probably useless to add a comment here but: It seems this issue still happens when adding a IMGUIContainer with a dropdown in on a graph Blackboard.
Gustave
Oct 19, 2023 09:57
This issue is not resolved for 2022.3!
AlexFCL
Nov 14, 2022 04:53
There is also same(?) issue in 2021.3.13f1 when using UI Toolkit (reorderable)ListView to show a list of IMGUI that has EdirotGUI.Popup
When the popup is selected, somehow the list element is automatically selected and the list goes into re-order state. The element does not snap to proper List positions and sometimes the entire List is bugged.
Have to select another asset then reselect the asset (refresh inspector) then the list will show properly but will still behave as above.