Unity Issue Tracker - GenericDropdownMenu does not disappear when a dropdown selection that is shown with PopupWindow.Show() is pressed
Fixed
UUM-103921
GenericDropdownMenu does not disappear when a dropdown selection that is shown with PopupWindow.Show() is pressed
Unity: UI Toolkit Framework
Fixed
6.2.X
Won't Fix
6.1.X
6.0.X
2022.3.X
Not introducing this fix to 6000.1 to reduce risk of regression around code area that diverged from 6000.2.
Not introducing this fix to 6000.1 to reduce risk of regression around code area that diverged from 6000.0
Reproduction steps:
1. Open the attached "test_1633907" project
2. Open the "Assets/Test.unity" Scene
3. Open the custom "Dropdown Test" window ("Window -> Dropdown Test")
4. Press the "Show Menu" button and select "Show Popup" selection
5. Observe the dropdown
Expected result: When the "Test Popup Window" appears, the dropdown disappears
Actual result: When the "Test Popup Window" appears, the dropdown does not disappear