Closed
Bug 346050
Opened 19 years ago
Closed 18 years ago
A problem with applets when in <applet code= declare nonexisting class
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: yale78, Unassigned)
Details
(Whiteboard: CLOSEME 06/27)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; pl; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; pl; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5
I wrote applets e.g com.dm.applets.MyApplet and in html file i wrote:
<applet code="dm/com/applets/MyApplet.class" archive="...
When i run the html file, firefox starts but don't show my applet (it's normal i declare nonexisting class) but it's hard to close Firefox when it's possible still exists in process.
Java 1.5 + Firefox 1.5.04 (PL version) + Windows 2000 PL SP4
Best regards,
yale
Reproducible: Always
Steps to Reproduce:
1. Wrote applet e.g. com.dm.applets.MyApplet (it's not important the name and the number)
2. In html file declare: <applet code="dm/com/applets/MyApplet.class" archive="...
3. Run html file
4. Try to close it's still exist in process
Actual Results:
Still exist in process
Expected Results:
It will normally can close and don't exists in process.
Comment 1•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.5.0.x Branch
Comment 2•18 years ago
|
||
-> Closing as incomplete because of missing feedback if this is still reproducible in the latest release (Firefox 2.0.0.4) or Trunk Build.
yale, if you still see this reported bug in a latest release, feel free to reopen this bug. Please include a testcase then, this would help to reproduce this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•