Closed
Bug 6537
Opened 25 years ago
Closed 25 years ago
Killer JavaScript bug
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: ronaks, Assigned: amusil)
References
()
Details
If you use Mozilla to go to ATi's home page, Mozilla will die and kill itself. It most probably has to do with some kind of javascript error as the ATi homepage is heavy in that area.
If you have any other questions, please feel free to email me.
Comment 1•25 years ago
|
||
Aside from the complete absence of javascript on this page, yes, I tend to
agree that this is a javascript bug ;) But seriously, there is a very hard
crash on this page, and it is due (I believe) to this little fragment of HTML
at the very end of www.atitech.com (an empty applet container).
<applet width=1 height=1></applet>
Drop that into _any_ page, and Boom. On win95, the crash points to
(surprise) raptorplugin.dll. I'm not sure who owns this so I'll leave it
to (cbegle|norris) to re-route.
Updated•25 years ago
|
Assignee: norris → amusil
Component: JavaScript → OJI
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 2•25 years ago
|
||
I have a fix for this - I'll check it in tomorrow.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Fix checked in: 5.17.98, 2:45PM
You need to log in
before you can comment on or make changes to this bug.
Description
•