RESOLVED FIXED Bug 113577
Snapshotted plugins must be able to restart on appropriate mouseup events
https://bugs.webkit.org/show_bug.cgi?id=113577
Summary Snapshotted plugins must be able to restart on appropriate mouseup events
Dean Jackson
Reported 2013-03-29 06:44:13 PDT
If a page is preventing the default on a mouse down, a snapshotted plugin can never restart. We need to bypass the normal event processing mechanism in this case and notice when we see a mouseup that was associated with a mousedown in the snapshot. This won't actually trigger any user-side code, just restart the snapshotted plugin. <rdar://problem/13256956>
Attachments
Patch (4.08 KB, patch)
2013-03-29 06:49 PDT, Dean Jackson
thorton: review+
Dean Jackson
Comment 1 2013-03-29 06:49:42 PDT
Dean Jackson
Comment 2 2013-03-29 12:37:11 PDT
Note You need to log in before you can comment on or make changes to this bug.