WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
77657
NPAPI will not send mouse up events when mouse is outside plugin area
https://bugs.webkit.org/show_bug.cgi?id=77657
Summary
NPAPI will not send mouse up events when mouse is outside plugin area
Anders Carlsson
Reported
2012-02-02 10:45:34 PST
NPAPI will not send mouse up events when mouse is outside plugin area
Attachments
Patch
(3.55 KB, patch)
2012-02-02 10:50 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2012-02-02 10:50:34 PST
Created
attachment 125152
[details]
Patch
Andreas Kling
Comment 2
2012-02-02 10:56:46 PST
Comment on
attachment 125152
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=125152&action=review
r=me
> Source/WebCore/ChangeLog:9 > + Export EventHandler::setCapturingMouseEvents.
Typo, setCapturingMouseEventsNode.
> Source/WebKit2/ChangeLog:9 > + Use EventHandler::setCapturingMouseEvents to ensure we get all the mouse events when the mouse is down.
Ditto.
> Source/WebKit2/WebProcess/Plugins/PluginView.cpp:637 > + if (currentEvent->type() == WebEvent::MouseDown) { > focusPluginElement(); > + frame()->eventHandler()->setCapturingMouseEventsNode(m_pluginElement.get()); > + else if (currentEvent->type() == WebEvent::MouseUp)
}}}}}}}}}}}}}}}}}}}}}
Anders Carlsson
Comment 3
2012-02-02 11:03:41 PST
Committed
r106572
: <
http://trac.webkit.org/changeset/106572
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug