[Webkit-unassigned] [Bug 288504] New: [iOS] <select> element receiving focus while inside open popover element crashes tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 10:41:52 PST 2025


https://bugs.webkit.org/show_bug.cgi?id=288504

            Bug ID: 288504
           Summary: [iOS] <select> element receiving focus while inside
                    open popover element crashes tab
           Product: WebKit
           Version: Safari 18
          Hardware: iPhone / iPad
                OS: iOS 18
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: iambrosius at outlook.com

On iOS a structure like this:

```html

<div popover="auto" id="popover">
  <select>
   <option>1</option>
  </select>
</div>

```

Will crash the browser tab is the select element is focused. The native select menu will not appear when the select element is tapped. Instead the page freezes and the browser tab becomes unrecoverable (reload does not respond).


Reproducible example here:
https://codepen.io/iambrosius/pen/JojRZoY

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250225/d5f3dafe/attachment.htm>


More information about the webkit-unassigned mailing list