WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 256080
256082
[GTK4] Picking an item from the emoji chooser does not work
https://bugs.webkit.org/show_bug.cgi?id=256082
Summary
[GTK4] Picking an item from the emoji chooser does not work
Adrian Perez
Reported
2023-04-28 01:10:37 PDT
Steps to reproduce, with a GTK4 build (GTK3 works fine): 1. Open data:text/html,<input> 2. Make sure the input field has input focus. 3. Tap Ctrl-; to bring up the emoji chooser. 4. Pick any emoji. Expected result: The chosen emoji is entered in the input field at the cursor location. Actual result: The chosen emoji is never entered in the input field.
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2023-04-28 01:37:39 PDT
Some investigation: using the “Insert Emoji” option from the context menu for the input field works as expected, and code execution goes through webkitWebViewBaseShowEmojiChooser() and emojiChooserClosedemojiChooserEmojiPicked() -- it's only using the keyboard to open the chooser with Ctrl-; that doesn't work and these two functions aren't executed. The same happens for
bug #256080
so I am going to mark this one as duplicate. *** This bug has been marked as a duplicate of
bug 256080
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug