http://bugs.winehq.org/show_bug.cgi?id=20699
--- Comment #2 from Gabriele Moabiti gabmoa@yahoo.it 2009-11-14 17:26:24 ---
All seems to work (except for the unrelated bug 11727) but the chat the other windows seems to loop (when a connection is active) when many input messages are sent on this windows (for example when you press 2 or more keys on the chat). Obviously in windows there aren't problems.
This makes absolutely no sense. What exactly is happening? What supposed to be happening? What is the difference?
Ok, I have written in a an horrible english, I hope this will help:
Open the chat and try to press two letter (or more) together like 'A' an 'S' some times on the edit box of the chat windows and the chat will loop. Sometime you can stop looping changing focus to another windows. (While looping due to keyboard with WINEDEBUG=+msg we can see two repeated messages "TeamViewer DeferredUpdateRect" and WM_KEYDOWN)
This behavoiour can be seen (with more difficulties to replicate) also with mousewheel or quickly presssing mouse buttons and it's not keyboard-only related.
The problem happens only in wine. I think the component is user32 'cause with the patch Teamviewer works fine.