Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2019.4.4f1
2020.2
Issue ID
1265256
Regression
No
Dropdown value can be quickly changed when bool 'interactable' is set to false
How to reproduce:
1. Open the attached project (case-1265256.zip)
2. Enter Play Mode
3. In the Game view click on the Dropdown displaying 'Option A'
4. Select the Dropdown value 'Option B'
5. Before the Dropdown closes and becomes not interactable quickly select 'Option A'
Expected result: after selecting 'Option B' the Dropdown immediately becomes not interactable
Actual result: it is still possible to select another value before the Dropdown becomes not interactable
Reproducible with: 2018.4.26f1, 2019.4.6f1, 2020.1.0f1, 2020.2.0a19
Notes:
Dropdown.onValueChanged is called twice when the issue occurs
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note (2020.2.9f1):
Setting the dropdown.interactable = false is different then setting each button in the dropdown to false. The issue here is that the dropdown comprises of multiple elements (buttons) that are still interactable. To fix this you would need to point each dropdown element to each other dropdown element so when its pressed it sets those to not interactable.