[Webkit-unassigned] [Bug 255230] New: Regression: Safari 16.4 and above does not render <option> label/text updates until <select> is focused.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 10 08:59:26 PDT 2023


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

            Bug ID: 255230
           Summary: Regression: Safari 16.4 and above does not render
                    <option> label/text updates until <select> is focused.
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: josef.d.lange at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

We've been able to reproduce this issue on all Safari versions >= 16.4, including Technology Previews.

Given: a <select> with multiple <option>s, and behavior on the webpage that modifies the innerText of said <option>s

1. Trigger an event that modifies an option's `innerText` (in particular, the `selected` one, whether implicitly or explicitly selected)
2. Observe that the text does not update
3. Click or otherwise focus the `select`
4. Now the text _does_ update.

Codepen demonstrating the issue (Works on < 16.4; broken on >= 16.4)

https://codepen.io/jdl90/pen/KKGpXax

-- 
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/20230410/2a007ffc/attachment.htm>


More information about the webkit-unassigned mailing list