Status: Available Owner: [email protected] Labels: Type-Cleanup Pri-3 OS-Windows Area-WebKit
New issue 25183 by [email protected]: Event handling Inconsistency between chromium windows and other webkit ports http://code.google.com/p/chromium/issues/detail?id=25183 This is a revival of pre-release bug 1119691. WebPluginContainerImpl::handleMouseEvent() and WebPluginContainerImpl::handleKeyboardEvent() invert the behavior of Apple's current PluginViewWin and PluginViewMac (though according to the old bug, it matched Apple's code from a couple years ago). Specifically, the Chromium version only calls setDefaultHandled() if the event was not handled by the plugin. Fixing Mac bug 19194 required putting this logic back so that setDefaultHandled() is called if the plugin *did* handle the event (matching Apple's current logic). We should track down what's different, since the callers of these methods are all in shared WebCore code. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
