Search Issue Tracker
By Design
Votes
0
Found in
4.6.0b18
Issue ID
633917
Regression
No
OnSelect will be called at a different time with the mouse and cursor key input
To reproduce this bug:
1. Open the attached project
2. Open 'SelectEventTest' scene
3. Press play
4. Use arrow keys to navigate
5. Notice OnSelect event being called when button is highlighted and outputing it in the console
6. Now use the mouse
7. When the button is highlighted OnSelect event is not called
8. It is only called when clicking with the mouse
Comments (1)
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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Wenzil
Oct 05, 2014 11:13
I think it would be nice if there was a Selected transition state in addition to Normal, Highlighted, Pressed and Disabled. It would help distinguish selected elements from mouse hovered elements.