https://bugzilla.redhat.com/show_bug.cgi?id=1625187
Bug ID: 1625187 Summary: After doing the Emoji selection by mouse from the emoji category list, the same list does not invoke again. Product: Fedora Version: 29 Component: ibus Assignee: tfujiwar@redhat.com Reporter: bbarve@redhat.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, shawn.p.huang@gmail.com, tfujiwar@redhat.com
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:
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
--- Comment #1 from Mike FABIAN mfabian@redhat.com --- 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.
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.t.erwin@gmail.com
--- Comment #2 from fujiwara tfujiwar@redhat.com --- *** Bug 1625696 has been marked as a duplicate of this bug. ***
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #3 from fujiwara tfujiwar@redhat.com --- (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.
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- ibus-1.5.19-4.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-cc4521487d
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- 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
https://bugzilla.redhat.com/show_bug.cgi?id=1625187
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |ibus-1.5.19-4.fc29 Resolution|--- |ERRATA Last Closed| |2018-09-23 14:29:41
--- Comment #6 from Fedora Update System updates@fedoraproject.org --- 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.
i18n-bugs@lists.fedoraproject.org