[Webkit-unassigned] [Bug 195846] New: Choosing a spelling correction via context menu should fire input events of type "insertReplacementText"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 22:27:08 PDT 2019


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

            Bug ID: 195846
           Summary: Choosing a spelling correction via context menu should
                    fire input events of type "insertReplacementText"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: wenson_hsieh at apple.com

They currently fire plain "insertText" events ಠ_ಠ

1. https://whsieh.github.io/examples/input-events
2. Type "helllo" and hit Escape to dismiss the autocorrection bubble
3. Type a space
4. Right click "helllo" and choose "hello"

Expected: "insertReplacementText"
Observed: "insertText"

Additional notes: autocorrection does fire "insertReplacementText" as expected (e.g. type "helllo" and immediately hit space).

-- 
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/20190316/9f94253e/attachment.html>


More information about the webkit-unassigned mailing list