Bug 796555 - PageUp or Page Down icon button don't work in candidates lookup window.
Summary: PageUp or Page Down icon button don't work in candidates lookup window.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: 17
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-23 07:45 UTC by Lijun Li
Modified: 2012-03-16 21:23 UTC (History)
4 users (show)

Fixed In Version: ibus-fbterm-0.9.1-14.fc17
Clone Of:
Environment:
Last Closed: 2012-03-16 21:23:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
PageUp or Page Down icon button don't work in candidates look up window (99.38 KB, image/png)
2012-02-23 07:49 UTC, Lijun Li
no flags Details
IBus lookup window with ibus-gnome3 (80.00 KB, image/png)
2012-02-24 06:30 UTC, Lijun Li
no flags Details

Description Lijun Li 2012-02-23 07:45:20 UTC
Description of problem:
Click PageUp or Page Down icon button don't work in candidates lookup window.

Version-Release number of selected component (if applicable):
ibus-1.4.99.20120203-3.fc17.x86_64

How reproducible:
100%


Steps to Reproduce:
1. Install Fedora17 Desktop from 
http://alt.fedoraproject.org/pub/alt/nightly-composes/
2. Add an Engine/input method such as ibus-anthy or login Japanese session and add Aanty input method.
3. Focus on a text widget (e.g. gedit or gnome-terminal), input Japanese with Anthy.
4. Click PageUp or Page Down icon button in candidates lookup window.
 
 
Actual results:
PageUp or Page Down icon button don't work in candidates lookup window.

Expected results:
Click PageUp or Page Down icon button should work normally in candidates lookup window and can flip page.

Additional info:

Comment 1 Lijun Li 2012-02-23 07:49:00 UTC
Created attachment 565218 [details]
PageUp or Page Down icon button don't work in candidates look up window

Comment 2 fujiwara 2012-02-23 08:45:56 UTC
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();

Comment 3 Lijun Li 2012-02-24 06:29:33 UTC
Tried ibus-gnome3, please refer to the attached screenshot, IBus lookup window without PageUp/PageDown icon button with ibus-gnome3.

Comment 4 Lijun Li 2012-02-24 06:30:08 UTC
Created attachment 565506 [details]
IBus lookup window with ibus-gnome3

Comment 5 fujiwara 2012-02-24 07:05:27 UTC
Yes, the shell lookup window does not have the arrow buttons.
I think it makes sense to use the ibus shell for gnome-shell.

Comment 6 Fedora Update System 2012-03-14 02:37:32 UTC
ibus-fbterm-0.9.1-14.fc17, ibus-qt-1.3.1-8.fc17, ibus-handwrite-2.1.4-4.fc17, sunpinyin-2.0.3-4.fc17, ibus-input-pad-1.4.0-7.fc17, eekboard-1.0.5-4.fc17, ibus-skk-1.4.0-3.fc17, ibus-sayura-1.3.1-4.fc17, ibus-rawcode-1.3.1.20100707-7.fc17, ibus-m17n-1.3.3-9.fc17, ibus-hangul-1.4.0-5.fc17, ibus-chewing-1.3.10-3.fc17, ibus-pinyin-1.4.0-14.fc17, ibus-1.4.99.20120304-3.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/FEDORA-2012-3532/ibus-fbterm-0.9.1-14.fc17,ibus-qt-1.3.1-8.fc17,ibus-handwrite-2.1.4-4.fc17,sunpinyin-2.0.3-4.fc17,ibus-input-pad-1.4.0-7.fc17,eekboard-1.0.5-4.fc17,ibus-skk-1.4.0-3.fc17,ibus-sayura-1.3.1-4.fc17,ibus-rawcode-1.3.1.20100707-7.fc17,ibus-m17n-1.3.3-9.fc17,ibus-hangul-1.4.0-5.fc17,ibus-chewing-1.3.10-3.fc17,ibus-pinyin-1.4.0-14.fc17,ibus-1.4.99.20120304-3.fc17

Comment 7 Fedora Update System 2012-03-16 21:23:22 UTC
ibus-fbterm-0.9.1-14.fc17, ibus-qt-1.3.1-8.fc17, ibus-handwrite-2.1.4-4.fc17, sunpinyin-2.0.3-4.fc17, ibus-input-pad-1.4.0-7.fc17, eekboard-1.0.5-4.fc17, ibus-skk-1.4.0-3.fc17, ibus-sayura-1.3.1-4.fc17, ibus-rawcode-1.3.1.20100707-7.fc17, ibus-m17n-1.3.3-9.fc17, ibus-hangul-1.4.0-5.fc17, ibus-chewing-1.3.10-3.fc17, ibus-pinyin-1.4.0-14.fc17, ibus-1.4.99.20120304-3.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.