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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.