Bug 113982

Summary: Don't dispatch delayed click if snapshotted plugin was triggered by a click on the label
Product: WebKit Reporter: Dean Jackson <dino>
Component: Plug-insAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Dean Jackson 2013-04-04 17:52:22 PDT
There was a regression as we moved to the ShadowRoot that started always dispatching the click through to the restarted plugin. Previously, a click on the snapshot banner would not forward the click, even though it restarts the plugin.

<rdar://problem/13320869>
Comment 1 Dean Jackson 2013-04-04 18:12:08 PDT
Created attachment 196564 [details]
Patch
Comment 2 Tim Horton 2013-04-04 18:15:30 PDT
Comment on attachment 196564 [details]
Patch

Test case would be nice!
Comment 3 Dean Jackson 2013-04-04 18:21:00 PDT
Test case temporarily delayed due to another bug. It's coming.
Comment 4 Dean Jackson 2013-04-04 18:23:54 PDT
Committed r147693: <http://trac.webkit.org/changeset/147693>