Closed
Bug 3959
Opened 26 years ago
Closed 26 years ago
Specifying both width & height for an applet crashes Mac
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: cpratt, Assigned: amusil)
References
()
Details
Use this snippet:
<APPLET width="2" height="2">
</APPLET>
Viewing that in macmonkey will crash the browser with a type 3 error. This was
originally taken from http://www.warprecords.com/warp/intro.cgi (where it's
actually <APPLET codebase="control/" code="bleeper.class" NAME="bleeper"
width="2" height="2" MAYSCRIPT> - this is a simplified test case).
Re-assigned to amusil@netscape.com and changed component to Plug-ins.
Alex, is this for you or for Troy?
btw - forgot to mention that if you write either <APPLET width="2"></APPLET> or
<APPLET height="2"></APPLET>, then the browser will not crash.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
This does not crash for me with either the MRJ plugin installed or not.
(although the applet does not do anything when MRJ is intalled either)
cc'ing Patrick so he can help verify.
It's not crashing for me using the 9 am March 23 build. - Where can I get the
MRJ plugin?
Assignee | ||
Comment 5•26 years ago
|
||
Go to the bottom of: http://www.mozilla.org/oji/MRJPlugin.html
thanks - seems fine with the MRJ plug-in as well. I'm going ahead and marking
this as verified fixed. Patrick, please re-open if you see a problem.
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
•