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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
this is by design as other windows dont give focus to others. a major refactor might be needed to fix this one.