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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
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.