Bug 178114 - Keyboard input not working correctly for other locales
Summary: Keyboard input not working correctly for other locales
Status: RESOLVED FIXED
Alias: None
Product: khangman
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Anne-Marie Mahfouf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 00:03 UTC by Theofilos Intzoglou
Modified: 2009-01-29 17:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
khangmanview.patch (624 bytes, patch)
2008-12-29 12:53 UTC, Theofilos Intzoglou
Details

Note You need to log in before you can comment on or make changes to this bug.
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