Description of problem: Tried to select an Emoji using mouse from the emoji category list window. After that, tried to invoke the same window again using ctrl + shift + e. However, was not able to invoke it. Had to reboot. This works fine with keyboard selection. Version-Release number of selected component (if applicable): F29 workstation ibus-1.5.19-3.fc29.x86_64 How reproducible: always Steps to Reproduce: 1. Launch gedit 2. press ctrl-shift-e 3. press space 4. From the emoji category list, select any emoji by mouse 5. press space to commit the emoji symbol Actual results: When ctrl-shift-e is pressed again, the emoji category list window does not invoke. Expected results: The emoji category list window should invoke properly. Additional info:
I see the same problem, also when selecting the emoji using the keyboard only and not using the mouse. I did this: - Type Ctrl-Shift-e Space to open the emoji category list - Type Space again to go the "people" category - Type Return to open the "people" category - Type Return again to select the first smiley in that category I don’t yet get that smiley inserted into gedit, I still see the underlined "e" at this moment - Type space again The smiley appears in the application (I am using gedit) - Repeat the above steps. Usually after the second time I do this, Ctrl-Shift-e stops working and I cannot input emoji anymore.
*** Bug 1625696 has been marked as a duplicate of this bug. ***
(In reply to Bhushan Barve from comment #0) > Description of problem: Tried to select an Emoji using mouse from the emoji > category list window. After that, tried to invoke the same window again > using ctrl + shift + e. However, was not able to invoke it. Had to reboot. > This works fine with keyboard selection. This is caused because gnome-shell does not send focus-in event to ibus-extension-gtk3 because ibus emojier expects focus-en event and terminates ctrl-shift-e feature. But the ibus implementation causes this bug and now I changed it and ibus terminates ctrl-shift-e feature immediately when an emoji is chosen whether focus-in event comes or not. https://github.com/ibus/ibus/commit/1c6565e205528a45e88a84ba2a328f9035875c8d (In reply to Mike FABIAN from comment #1) > I see the same problem, also when selecting the emoji using the keyboard > only and not using the mouse. This includes three issues actually. > > I did this: > > - Type Ctrl-Shift-e Space to open the emoji category list > - Type Space again to go the "people" category > - Type Return to open the "people" category > - Type Return again to select the first smiley in that category > I don’t yet get that smiley inserted into gedit, I still see the > underlined "e" This is caused because gnome-shell does not send focus-in event and it's filed as https://gitlab.gnome.org/GNOME/gnome-shell/issues/573 . If you cannot cancel "e" with Escape key, it's caused because gnome-shell does not implement HidePreedit feature and it's filed as https://gitlab.gnome.org/GNOME/gnome-shell/issues/431 . > at this moment > - Type space again > The smiley appears in the application (I am using gedit) After you type anything, focus-in event comes and the emoji is output but the wrong order causes SEGV.
ibus-1.5.19-4.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-cc4521487d
ibus-1.5.19-4.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-cc4521487d
ibus-1.5.19-4.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.