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)

All
Windows NT
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 7193

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.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Pure duplicate of bug #7193 ... a double click.

*** This bug has been marked as a duplicate of 7193 ***
Status: RESOLVED → VERIFIED
Verified Dup of Bug 7193
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.