http://bugs.winehq.org/show_bug.cgi?id=14248
Andre Wisplinghoff andre.wisplinghoff@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andre.wisplinghoff@gmail.com
--- Comment #3 from Andre Wisplinghoff andre.wisplinghoff@gmail.com 2008-07-29 08:57:03 --- Wine's TranslateMessage function creates a WM_CHAR message with the same control key code as CTRL + I for CTRL + Tab at the moment (0x9). If a WM_CHAR message is send depends on what ToUnicode function returns. I've sent in a test and fix to make wine do the same as windows (tested on Vista).
This fixes firefox behaviour for me.
http://www.winehq.org/pipermail/wine-patches/2008-July/058745.html (Test) http://www.winehq.org/pipermail/wine-patches/2008-July/058746.html (Fix)