[Webkit-unassigned] [Bug 58374] WebKit2: Clients have to know not to call TranslateMessage() on key messages destined for WebKit2 web views

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 14:23:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58374


Jeff Miller <jeffm at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |jeffm at apple.com
                   |kit.org                     |




--- Comment #2 from Jeff Miller <jeffm at apple.com>  2011-05-20 14:23:51 PST ---
One reason we need to fix this is that client apps can't really control whether TranslateMessage() is called in all cases.  For example, when Windows pumps messages during MessageBox() and DialogBox(), TranslateMessage() will always be called.  It's also possible for non-application code (e.g. a third-party DLL) to pump messages in the application's process, which is out of the application's control.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list