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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.