[Webkit-unassigned] [Bug 279930] New: [WPE] WPE Platform: Input methods do not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 16:05:45 PDT 2024


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

            Bug ID: 279930
           Summary: [WPE] WPE Platform: Input methods do not work
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: contact at christianduerr.com
                CC: bugs-noreply at webkitgtk.org

Created attachment 472595

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

Fix for missing IME implementation

Currently IME seems to be missing the `synthesizeCompositionKeyPress` implementation:
https://github.com/WebKit/WebKit/blob/86dc22fbb4b7f2d718008ecf8545701f98c50cc9/Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp#L438-L441

As a result, IME popups correctly receive focus, but the `commit` signal to submit text never forwards that text into the selected text input area.
I've attached a patch that fixes it for me, which seem pretty straight-forward.

-- 
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/20240918/6233addd/attachment-0001.htm>


More information about the webkit-unassigned mailing list