Bug 510978

Summary: "Typing Method" configuration doesn't work
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: ibus-anthyAssignee: fujiwara <tfujiwar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: i18n-bugs, petersen, phuang, tagoh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-07 03:37:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for engine/engine.py none

Description Akira TAGOH 2009-07-13 02:08:09 UTC
Description of problem:
Even if changing Typing Method configuration on setup UI, it doesn't effect at all.

Version-Release number of selected component (if applicable):
ibus-1.1.0.20090612-1.fc11.x86_64
ibus-anthy-1.1.0.20090603-1.fc11.x86_64

How reproducible:
always

Steps to Reproduce:
1.run ibus-anthy setup UI
2.change Typing Method to Kana
3.restart ibus from menu at systray icon or im-chooser
  
Actual results:
Typing Method is still Romaji

Expected results:
Should be Kana

Additional info:

Comment 1 Jens Petersen 2009-07-13 02:16:49 UTC
I think this is fixed in rawhide.

Comment 2 Akira TAGOH 2009-08-04 09:44:01 UTC
No, it's still there. I can confirm this issue with:

 ibus-1.2.0.20090723-2.fc12.i686
 ibus-anthy-1.2.0.20090617-2.fc12.i686

Comment 3 fujiwara 2009-08-17 02:25:26 UTC
Created attachment 357596 [details]
Patch for engine/engine.py

It seems it's a typo.
Need to use __typing_mode_activate() instead of self.__input_mode_activate().