Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a10
Issue ID
1104197
Regression
No
[Editor]Tab key does not change the keyboard focus while EyeDropper is active
Tab key does not change the keyboard focus while EyeDropper is active.
Steps to reproduce :
1. Open the attached project or create new.
2. Right-click in Project window > Create > Material
3. Open Albedo color window from the inspector.
4. Click on EyeDropper.
5. Press Tab key on the keyboard.
Actual Result:
Keyboard focus is not changing and Eyedropper is still active.
Expected Result:
keyboard focus should change(blue highlight) and EyeDropper should cancel.
Occuring On:
2019.1.0a10, 2018.3.0b12, 2018.3.0f2, 2017.4.11f1, 2017.1.2f1
Environment:
Windows
Note:
Working fine on MAC.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
this is by design as other windows dont give focus to others. a major refactor might be needed to fix this one.