On mobile browsers, tapping an option in a select2 enumeration dropdown inside an inplace field editor closed the floating panel before the selection could be saved. This fix keeps floating panels and the issue side panel open while a select2 dropdown is visible, and adds touch event handling for option selection.
Prevent floating panels and issue side panel from closing when a select2
dropdown is open. Handle touch events for selecting options on mobile.
Fixes OD-2830
Co-authored-by: Cursor <[email protected]>
Summary
On mobile browsers, tapping an option in a select2 enumeration dropdown inside an inplace field editor closed the floating panel before the selection could be saved. This fix keeps floating panels and the issue side panel open while a select2 dropdown is visible, and adds touch event handling for option selection.
Fixes OD-2830
Test plan