Bug 34776

Summary: Netscape plug-ins are not instantiated on property access if there are pending stylesheets
Product: WebKit Reporter: mitz
Component: Plug-insAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mitz: review+

Description mitz 2010-02-09 13:00:55 PST
<rdar://problem/7400160>

Trying to access a property of a plug-in element will not instantiate the plug-in if a renderer hasn’t been created for it yet and there are pending style sheets. Patch forthcoming.
Comment 1 mitz 2010-02-09 14:19:27 PST
Created attachment 48440 [details]
Patch

Anders reviewed this patch
Comment 2 mitz 2010-02-09 14:24:15 PST
Fixed in <http://trac.webkit.org/changeset/54567>.