Bug 209821

Summary: klettres: unsolvable words after deleting correct letters
Product: [Applications] klettres Reporter: my.bugreports
Component: generalAssignee: Anne-Marie Mahfouf <annma>
Status: RESOLVED FIXED    
Severity: normal CC: lueck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description my.bugreports 2009-10-08 00:51:54 UTC
Version:           2.3 (using 4.3.1 (KDE 4.3.1), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.30-1-686

If you delete a correct letter of an unfinished word, you won't be able to solve the word. The program will delete any letter you write from now on - no
matter if it's the correct or a wrong one - and keeps saying that word.

For example: The program gives you the word DOG to solve. Try to write DO and delete the O. You will be stuck.
If you need more informations, don't hesitate to contact me,

Erik
Comment 1 Burkhard Lück 2009-10-08 08:50:34 UTC
Comfirmed with Kubuntu 4.3.2 packages and recent branch 4.3 and trunk
Comment 2 Anne-Marie Mahfouf 2009-10-08 13:34:30 UTC
SVN commit 1032747 by annma:

fix the game if backspace is hit - in trunk
CCBUG=209821


 M  +9 -3      klettresview.cpp  
 M  +6 -3      klettresview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1032747
Comment 3 Anne-Marie Mahfouf 2009-10-08 15:13:28 UTC
SVN commit 1032767 by annma:

backport backspace fix
BUG=209821


 M  +7 -0      klettresview.cpp  
 M  +2 -0      klettresview.h  


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