GNOME Bugzilla – Bug 702944
In the ibus panel UI, some labels of lookup candidates are not correct.
Last modified: 2014-07-08 09:33:24 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
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'.
Review of attachment 280050 [details] [review]: OK.
Thanks for the patch.
Attachment 280050 [details] pushed as 39c210a - ibusCandidatePopup: Fix default candidate index labels