Search Issue Tracker
Won't Fix
Votes
2
Found in
Issue ID
1426492
Regression
No
[macOS] [Editor] [Player] Keypress is never cancelled if a system gesture removes focus from window
This repros on BOTH THE EDITOR AND PLAYER. It requires a trackpad.
Repro:
1) Open attached project and open SampleScene.Unity
2) Open console window
3) HOLD the UP ARROW KEY while you 3-finger pan to bring up macOS Mission Control.
4) Wait a few seconds, then CLICK on the Unity window in mission control.
Result: The key is still reporting that it is pressed
Expected: It should have been canceled with it was released or when macOS Mission Control was brought up. Not sure how macOS Mission Control affects input routing.
Now follow similar steps in the player and you will see the same behavior.
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note (2022.2.X):
macOS does not send the events to us, either keyup or any notification that we're in mission control.