[Webkit-unassigned] [Bug 164077] New: iOS autocorrection does not trigger an input event of inputType "insertReplacementText"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 14:00:42 PDT 2016


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

            Bug ID: 164077
           Summary: iOS autocorrection does not trigger an input event of
                    inputType "insertReplacementText"
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

With input events on:
- Start typing something in an editable area (e.g. “tes”). The candidate bar on iOS should show an autocompletion candidate (e.g. “test” or “testing”)
- Select the candidate
- Observe that `beforeinput` and `input` events of type “insertText” were fired, when they should really be of type “insertReplacementText”.

-- 
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/20161027/78cf4401/attachment.html>


More information about the webkit-unassigned mailing list