mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

TypeKeys doesn't work for GTK controls. Alphanumeric chars are not typed. #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use some GTK controls. I used Open file dialog in MonoDevelop
2. Assume cursor is in the path editbox. Editbox text contain "zxxy". Cursor is 
between z and x.
3. do mydlg.TypeKeys("{RIGHT}a+bc{RIGHT}")

What is the expected output? What do you see instead?
Editbox text now contain "zxBxy", cursor is between x and y. Chars a and c were 
not typed in.

What version of the product are you using? On what operating system?
Python 2.7 win/x86
Win7 Home Premium x64

Please provide any additional information below.

Original issue reported on code.google.com by SergeiKu...@gmail.com on 13 Feb 2013 at 12:44