Closed
Bug 7194
Opened 25 years ago
Closed 25 years ago
Multiple APPLET tags results in one plug-in instance
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
People
(Reporter: stanley.ho, Assigned: amusil)
Details
When multiple APPLET tags is specified in the HTML page,
nsIPlugin::CreateInstance is only called once for the first applet, and it is
used as the plug-in instance for the remaining applets on the page. As a
result, all the calls are called multiple times for the same plug-in instance,
and the plug-in crashes.
Each applet should have its own corresponding plug-in instance on the page
instead. This bug only shows up very recently, but it is very critical because
it prevents multiple applets to run in the same page in Gecko.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 1•25 years ago
|
||
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•