[Bug 14248] CTRL + Tab in Firefox 3 is intepreted as CTRL + B (dogfood)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 29 08:57:04 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14248


Andre Wisplinghoff <andre.wisplinghoff at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andre.wisplinghoff at gmail.com




--- Comment #3 from Andre Wisplinghoff <andre.wisplinghoff at 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)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list