After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776032 - [PATCH] handle mouse scroll event on input method candidates
[PATCH] handle mouse scroll event on input method candidates
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-12-13 07:09 UTC by Peng Wu
Modified: 2017-01-19 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ibusCandidatePopup: handle mouse scroll event on candidates (2.41 KB, patch)
2016-12-13 07:15 UTC, Peng Wu
committed Details | Review

Description Peng Wu 2016-12-13 07:09:56 UTC
Recently we implement a feature in ibus gtk3 panel to use mouse scroll button
to move the cursor up/down for input method candidates.

URL: https://codereview.appspot.com/302700043/

Here are a similar patch for gnome-shell ibus input method candidates.
Please review the patch, thanks!
Comment 1 Peng Wu 2016-12-13 07:15:47 UTC
Created attachment 341859 [details] [review]
ibusCandidatePopup: handle mouse scroll event on candidates

When use mouse scroll button on input method candidates,
move the cursor up/down on candidates.
Comment 2 Rui Matos 2016-12-13 19:06:02 UTC
Review of attachment 341859 [details] [review]:

looks good, thanks
Comment 3 Rui Matos 2017-01-19 17:08:36 UTC
Attachment 341859 [details] pushed as f9a03f2 - ibusCandidatePopup: handle mouse scroll event on candidates