http://bugs.winehq.org/show_bug.cgi?id=14248
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, testcase
--- Comment #4 from Austin English austinenglish@gmail.com 2008-08-04 10:40:13 --- (In reply to comment #3)
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)
Patch works here as well. Might resubmit it to wine-patches and ask for comments, not sure why it wasn't accepted...