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.
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 ***