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

IMGUI

-

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

  1. 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.

Add comment

Log in to post comment