http://bugs.winehq.org/show_bug.cgi?id=20707
Summary: Keyboard character entry not working (Tab, Del, Backspace are Ok) Product: Wine Version: 1.1.15 Platform: PC URL: http://brodtec.com OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: cesar.brod@gmail.com CC: huw@codeweavers.com
This problem is better explained by the following screenshots:
http://www.brod.com.br/files/images/Captura_de_tela.png
Here keyboard input works fine (although one needs to use Alt+Key combination instead of mouse clicks in the internal application Windows).
http://www.brod.com.br/files/images/Captura_de_tela_Zeta.png
Here the keyboard char input stops working, although TAB, Shift+Tab, Backspace, Del, keeps working. Also notice the chars appears as vertical bars.
Here is the output of the regression testing:
brod-laptop wine-git # git bisect good e93d3481092f7abe72cdbab066947717f5e568a0 is first bad commit commit e93d3481092f7abe72cdbab066947717f5e568a0 Author: Huw Davies huw@codeweavers.com Date: Mon Feb 16 12:39:15 2009 +0000
gdi32: Improve calculation of the character code text metrics.
:040000 040000 e5cb0a2165897c3ef827a49749bad19982abd0fa 28cba50e7c63699487e6e9d9d3135e825d52756f M dlls
1.1.15-51-g9d9880b is the working version before the bug 1.1.15-52-ge93d348 is the one that introduced the bug (it is still there in the latest devel version)
I got into this bug trying to see if I could solve the "mouse clicks" problem on internal windows (where I am forced to use the Alt+key combination instead)
Thanks for any help!