Bug 178114

Summary: Keyboard input not working correctly for other locales
Product: [Applications] khangman Reporter: Theofilos Intzoglou <int.teo>
Component: generalAssignee: Anne-Marie Mahfouf <annma>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: khangmanview.patch

Description Theofilos Intzoglou 2008-12-19 00:03:01 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

When I use the greek locale and keyboard layout I come across a big problem with khangman: I can't type anything in the little white box in the bottom right of the app. This happens in both khangman that come with kde 4.1.3 and in kde4daily. If you need any other info please feel free to ask.
Comment 1 Theofilos Intzoglou 2008-12-29 12:53:52 UTC
Created attachment 29723 [details]
khangmanview.patch

With this patch the game works perfectly with greek keyboard. It had to do with the regex you use in the line edit. I used the greek words found from khotnewstuff to test the patch.
Comment 2 Anne-Marie Mahfouf 2009-01-29 17:32:27 UTC
SVN commit 918205 by annma:

allow to input Greek, thanks to Teofilos for the patch and report
CCBUG=178114


 M  +1 -1      khangmanview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=918205
Comment 3 Anne-Marie Mahfouf 2009-01-29 17:42:45 UTC
SVN commit 918209 by annma:

backport of fix for Greek input
Sorry Teofilos to have waited, the report arrived when I was on vacation and I missed it. Thanks tampakrap from Gentoo to tell me about it!
BUG=178114


 M  +1 -1      khangmanview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=918209