[Webkit-unassigned] [Bug 155958] New: When moving focus from one select element to another (iPhone) the value is not committed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 15:39:22 PDT 2016


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

            Bug ID: 155958
           Summary: When moving focus from one select element to another
                    (iPhone) the value is not committed
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: enrica at apple.com

Steps to Reproduce:
1. Open https://jsfiddle.net/hstangl/pJgyu/39413/embedded/result/ on iOS Safari
2. Tap on the first select field, reading "3"
3. Directly tap on the second select field, reading "A"

Expected Results:
Safari should show the correct values for each of the select fields, without changing them without user interaction.

Actual Results:
After tapping on the first select field, the option picker comes up with "3" selected (good).
After tapping on the second select field, the option picker comes up with "A" shown as selected on the option picker (good), but "C" shown on the web page and actually being set on the form field (bad).

This happens only on iPhone where select elements use the picker wheel and the value is only committed when losing focus.
It works correctly when moving focus using the arrow keys.

rdar://problem/22738524

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160328/6007fb0e/attachment.html>


More information about the webkit-unassigned mailing list