Closed Bug 7193 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 FIXED

People

(Reporter: stanley.ho, Assigned: amusil)

References

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.
*** Bug 7194 has been marked as a duplicate of this bug. ***
Status: NEW → ASSIGNED
Target Milestone: M8
This is probably as a result of the start/stop code I added. I'll look into it. Stanley - the latest drop you gave me does not seem to work with the start/stop code. Who do I talk to to get this resolved?
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed 6.4.99, 3:30PM.
Target Milestone: M8 → M7
Status: RESOLVED → VERIFIED
using 1999061808 build, this now works correctly, marking verified
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.