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)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
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.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Assignee | ||
Comment 2•25 years ago
|
||
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?
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Fixed 6.4.99, 3:30PM.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
using 1999061808 build, this now works correctly, marking verified
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
•