Bug 34776 - Netscape plug-ins are not instantiated on property access if there are pending stylesheets
Summary: Netscape plug-ins are not instantiated on property access if there are pendin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-09 13:00 PST by mitz
Modified: 2010-02-09 14:24 PST (History)
0 users

See Also:


Attachments
Patch (6.28 KB, patch)
2010-02-09 14:19 PST, mitz
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.