Search Issue Tracker
By Design
Votes
3
Found in
2019.3.0a8
2020.1
2020.2
2020.2.0a21
Issue ID
1275520
Regression
Yes
EventType.mouseUp not fired when the cursor is located outside of the EditorWindow
How to reproduce:
1. Open the attached '1275520.zip' project
2. Select the 'BugReport' > 'TestCode'
3. Click and hold the left mouse button in the 'TestCode' window
4. Drag the mouse pointer outside of the window
5. Release the left mouse button
Expected result: The 'EventType.MouseUp' event is fired, the text in the 'TextCode' window is updated
Actual result: The 'EventType.MouseUp' doesn't get fired
Reproducible with: 2019.3.0a8, 2020.1.0a1, 2020.1.6f1, 2020.2.0b2
Not reproducible with: 2018.4.27f1, 2019.3.0a7, 2019.4.11f1
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
- Bad performance when executing the Physics.IgnoreCollisions() method while in Play Mode
- Sprite Editor has a thicker separator between buttons when "Sprite Editor" option is selected
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when UpdateVolumeStack function is called
- [Windows] Unicode custom text input window shows question marks when inserting an emoji
- Memory leak when the VFX Graph Editor is open
Resolution Note (2021.1.X):
MouseUp event gets fired, however it is fired only for the window where the mouse is released.
For Example: If the left click is done on window1 then MouseDown event will be fired for window1, but when a mouse click is held and released in window2 then MouseUp event will be fired for that window, i.e. where the mouse is released.