[Webkit-unassigned] [Bug 284280] New: Safari responds to the EnterKey from IM, where IM should handle the key and the keycode is not 13.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 00:25:41 PST 2024


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

            Bug ID: 284280
           Summary: Safari responds to the EnterKey from IM, where IM
                    should handle the key and the keycode is not 13.
           Product: WebKit
           Version: Safari 18
          Hardware: All
                OS: macOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: taozhuang at microsoft.com

Created attachment 473507

  --> https://bugs.webkit.org/attachment.cgi?id=473507&action=review

screenshot

How to repro:

Add a Input Method that provides candidate like pinyin
Observe keydown
Use pinyin to type and don't select candidate, press enter to keep the preview text

Result:
keydown event will be triggered and its keycode is not 13, its isComposing is not true, check the attached screenshot


Except:
keydown event is not triggered

-- 
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/20241209/9b2804f2/attachment-0001.htm>


More information about the webkit-unassigned mailing list