Search Issue Tracker
By Design
Votes
2
Found in
2020.1
Issue ID
1221698
Regression
Yes
[PopupWindow] Input actions propagate on the calling window underneath and all other Windows
How to reproduce:
1. Open "Popup bug.zip" project
2. Open "Window > Test > Test Window With Popup"
3. Open "Window > Test > Test Window Other"
4. Select the "Test" button on "Test Window"
5. While the popup is open, check/uncheck any of the checkboxes on "Test Window Other"
6. Select the Main Camera in Project Hierarchy
7. Select the "Test" button on "Test Window"
8. While the popup is open, check/uncheck the Camera Component in the Inspector
Expected Result: The checkbox is not changing its state
Actual Result: The checkbox is changing its state (see PopupBugGif.gif)
Reproduced with: 2020.1.0a24
Could not reproduce with: 2017.4.37f1, 2018.4.18f1, 2019.3.2f1
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
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
- ConfigurableJoint's parameters are not saved in the Prefab after Runtime Prefab baking
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
Resolution Note (2020.2.X):
This is by design. Mouse pass-through was a request from the UX team to reduce clicking and was fixed at the same time as other pop-up window issues were fixed. This also aligned behaviors on the 3 supported OSes.