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 702944 - In the ibus panel UI, some labels of lookup candidates are not correct.
In the ibus panel UI, some labels of lookup candidates are not correct.
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-24 07:18 UTC by Peng Wu
Modified: 2014-07-08 09:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ibusCandidatePopup: Fix default candidate index labels (1.33 KB, patch)
2014-07-07 12:36 UTC, Rui Matos
committed Details | Review

Description Peng Wu 2013-06-24 07:18:08 UTC
In the ibus-libpinyin engine setup dialog, change the Number of candidates to 10.

Try to input some words, by inputting "women", the label of the 10th candidate is "a", but actually it uses "0" in the past.
The ibus-libpinyin engine will choose the 10th candidate when "0" is pressed.

See:
https://github.com/ibus/ibus/blob/master/ui/gtk3/candidatearea.vala#L33
Comment 1 Rui Matos 2014-07-07 12:36:04 UTC
Created attachment 280050 [details] [review]
ibusCandidatePopup: Fix default candidate index labels

The first 10 candidates are supposed to be shortcutted with the
keyboard keys 1 through 0 so the 10th index should be '0', not 'a'.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-07-07 12:38:10 UTC
Review of attachment 280050 [details] [review]:

OK.
Comment 3 Peng Wu 2014-07-08 00:56:19 UTC
Thanks for the patch.
Comment 4 Rui Matos 2014-07-08 09:33:18 UTC
Attachment 280050 [details] pushed as 39c210a - ibusCandidatePopup: Fix default candidate index labels