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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
this is by design as other windows dont give focus to others. a major refactor might be needed to fix this one.