Search Issue Tracker
Fixed in 4.6.2
Votes
1
Found in
4.6.1f1
Issue ID
657386
Regression
Yes
[Button]Button under the mouse pointer will remain highlighted when navigating with arrow keys
To reproduce:
1. Open attached project
2. Open test scene
3. Press play
4. Click button and leave cursor on it
5. Use arrow keys to navigate
6. Notice that button with cursor over it stays highlighted when navigating with keys
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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Krizzen
Jan 01, 2015 03:08
The same thing happens when:
1) Mouse over button
2) Mouse down
3) Leave mouse from button
4) Release
5) Button stays in Highlighted animation state (i.e. has navigation "focus") even though the mouse is off the button
A solution could be to add a Hover state.