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
- Shader warnings appear when Painting Trees on Terrain using Terrain Sample Assets
- Environment Samples count resets to 2048 when entering a higher number
- GameObject cannot be disabled when an Animator references an Animation Clip containing the GameObject's "IsActive" property
- Console errors are thrown when resolving Scene view shortcut conflicts with "Rebind to selected command" checked
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
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.