[Webkit-unassigned] [Bug 14317] Some shortcut keys not passed to plug-ins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 24 11:00:44 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14317





------- Comment #9 from ap at webkit.org  2007-12-24 11:00 PDT -------
I've been looking at what messages get delivered to the XStandard plug-in
window in IE and in Safari, but I do not see any difference. In both cases, the
window gets the appropriate WM_KEYDOWN and WM_KEYUP messages (Firefox also
sends WM_CHAR, but that shouldn't affect accelerator processing). I'm using
Winspector Spy <www.windows-spy.com> to trace Windows messages.

Notably, the windows are named differently in the two browsers: Afx5d50000:100b
"xeditor" in Safari, and Afx10000000:100b "XStandard XHTML Editor" in IE. This
makes me wonder if different code paths are used for event processing.

Given that the behavior of IE and Safari looks identical when using the tools I
have, it seems that I need more information about inner workings of the plugin.
Could you please describe how it handles keyboard input (possibly via e-mail)?


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



More information about the webkit-unassigned mailing list