Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0p4
Issue ID
909322
Regression
No
Dropdown list becomes unclickable when re-enabling its parent canvas via script
To reproduce:
1. Open project attached by the user
2. Open scene test_CanvasDropdownProblem (if not opened)
3. Hit play
4. Press show canvas
5. Click on the dropdown to open it
6. Press the "Q" key on the keyboard to hide the parent canvas of the dropdown
7. Click on Show Canvas button again
8. Press on dropdown and notice that it is unclickable
Expected: After re-enabling parent canvas via script, drop-down list will be still clickable
Actual: Drop-down list becomes unclickable.
Reproduced with 5.5.0f3, 5.6.0f1, 5.6.0p4, 5.6.1f1, 2017.1.0b4
Note : Re-enabling canvas in inspector works properly.
Workaround : Delay between disabling drop-down list and disabling parent canvas. (included in script attached by the user)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment