Created attachment 472630 [details] The video of the issue reproduced using iPad/iOS 18.0/Safari ## Reproduction Steps 1. Open the following URL: https://codepen.io/mizdra/full/mdYJzPq 2. Tap `Focus on select1 (Unexpected behavior)` button ## Expected Behavior The select element is focused and the dropdown menu appears. ## Actual Behavior The select element is focused, but the dropdown menu is not displayed. ## Additional Context This issue only occurs in iOS Safari. It does not occur in macOS Safari. In addition, it does not occur when the select element in the viewport is focused.
The problem is not just that the dropdown menu does not appear when the focus is on it. Even after the focus is on it, the dropdown menu does not appear when the select element is tapped. The select element cannot be interacted with by tapping.
<rdar://problem/136926214>