[Webkit-unassigned] [Bug 224932] New: AX: compositionend not fired when there is no selection in accent menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 08:03:36 PDT 2021


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

            Bug ID: 224932
           Summary: AX: compositionend not fired when there is no
                    selection in accent menu
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bennymartinson at google.com
                CC: webkit-bug-importer at group.apple.com

See http://jsfiddle.net/c46koq57/ for a repro with these steps.

Repro instructions:

Put the cursor in the contenteditable box in the fiddle.
Long-press a vowel, until the accent menu opens.
Arrow right to select a replacement.
Arrow left to unselect that replacement.
Now type any character.
Expected behavior: A compositionend event should be dispatched when a character is typed (which will be logged to the console).

Actual behavior: No compositionend event is dispatched, which can cause IME handling code to get into a bad state since there was a compositionstart event. This does work correctly if we have a replacement selected before typing a new character. 

The bug is not reproducible in Chrome or Firefox.

-- 
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/20210422/3be6f73c/attachment.htm>


More information about the webkit-unassigned mailing list