Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1
2017.4
2018.4
2019.3
2020.1
2020.2
2020.2.0a4
Issue ID
1230274
Regression
No
[IMGUI] Scene View Menus open on clicking Console Window Menus while Scene View Navigation keys are pressed
While moving around in the Scene View using Arrow keys, clicking anywhere on the Console Window Menu Panel opens up corresponding Scene View Menus like 'Draw Mode' '2D Toggle' 'Light Toggle' 'Camera Settings' etc.
Refer to the attached Video
Steps to Reproduce:
1. Create a New Project
2. Scene View > Arrow Keys > Downpress > Console > Menu Panel
Actual Result:
Scene View Menus open up depending on the position clicked on
Expected Result
Correct Console menus should open up
Occurring on:
2020.2.0a4, 2020.1.0b3, 2019.3.6f1, 2018.4.19f1, 2017.4.34f1, 2017.1.5f1
Environment:
Windows 10 and macOS 10.14, 10.15
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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Resolution Note (2020.2.X):
When the Sceneview is continuously receiving Keydown and simultaneously a mouseDown event is fired, the view that is active is the SceneView and hence the mousedown is also sent to the sceneview window. At this point it would be not prudent to modify the event dispatch strategy, as it might disrupt lot more stuff.