[Fedora-i18n-bugs] [Bug 796555] PageUp or Page Down icon button don't work in candidates lookup window.

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 23 08:45:57 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=796555

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from fujiwara <tfujiwar at redhat.com> 2012-02-23 03:45:56 EST ---
It seems you use gnome-shell.
It would be good if you also could try ibus-gnome3:
https://fedoraproject.org/wiki/QA:Testcase_ibus_gnome_shell

--- ibus-phuang/ui/gtk3/panel.vala.orig
+++ ibus-phuang/ui/gtk3/panel.vala
@@ -68,6 +68,8 @@ class Panel : IBus.PanelService {
         m_status_icon.set_from_icon_name("ibus-keyboard");

         m_candidate_panel = new CandidatePanel();
+        m_candidate_panel.page_up.connect((w) => this.page_up());
+        m_candidate_panel.page_down.connect((w) => this.page_down());

         m_switcher = new Switcher();

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list