Closed
Bug 4936
Opened 26 years ago
Closed 26 years ago
Applet life cycle is wrong in OJI
Categories
(Core Graveyard :: Java: OJI, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M6
People
(Reporter: stanley.ho, Assigned: amusil)
Details
When running applet in both viewer.exe and apprunner.exe, applet should be
initialized the first time it is loaded. Start() and Stop() should be called
between page switch, and destroy() should be called only if the browser decided
to prunce the applet.
However, in Gecko, all applets are init/start/stop/destroy for every page
switch, and this is not the correct applet lifecycle.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Priority: P3 → P1
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 1•26 years ago
|
||
I have added code to handle this on my local tree, but the plugin fails to
respond to the Start() call (it does not draw anything).
Stanley - can you come in tomorrow to look over it with me? There are also some
plugin instance peer lifetime issues we need to discuss.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified in the final M7 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•