[Webkit-unassigned] [Bug 216077] New: multiple select elements: onchange fires for all elements on the screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 09:00:27 PDT 2020


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

            Bug ID: 216077
           Summary: multiple select elements: onchange fires for all
                    elements on the screen
           Product: WebKit
           Version: Safari 13
          Hardware: iPhone / iPad
                OS: iOS 13
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenny.fung at loveholidays.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

How to reproduce:
The code is here: https://codesandbox.io/s/recursing-antonelli-ihcrc?file=/index.html
You can go to https://ihcrc.csb.app/ from Safari on an iOS 13 device or simulator.

1. Press on the first select element. This should open up the native select option wheel.
2. Scroll to option 'B' (do NOT press 'Done', leave the wheel open)
3. Press on the second select element. 
4. Notice that it is has selected option '2', and if you open the console you will notice two logs from both select's onchange event.

-- 
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/20200902/7bf21b9c/attachment.htm>


More information about the webkit-unassigned mailing list