Closed Bug 80469 Opened 23 years ago Closed 23 years ago

crash when onmouseover of <object data="someImage.gif"> fires

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

x86
Windows 95
defect
Not set
critical

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: martin.honnen, Assigned: joki)

Details

(Keywords: crash)

Attachments

(1 file)

The following page crashes when mousing over the image included with the object tag
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
object event test
</title>
<script type="text/javascript">
function dumpEvent (evt) {
  if (window.event)
    document.all.output.innerHTML =
      event.type + ' at ' + new Date() + '<br \/>' +
      document.all.output.innerHTML;
  else 
    document.getElementById('output').innerHTML =	
      evt.type + ' at ' + new Date() + '<br \/>' +
      document.getElementById('output').innerHTML;
}
</script>
</head>
<body>
Below is an image included with the object tag:
<br>
<object data="http://www.mozilla.org/images/mozilla-banner.gif"
        type="image/gif"
     onmouseover="dumpEvent(event)"

>
alternative content
</object>
<br>
<hr>
<div id="output"
     style="font-size: 8pt;"
></div>
</body>
</html>
I belive this is a dupe of 58429 which was fixed last week.  What build are you 
using?
Severity: normal → critical
Keywords: crash
QA contact updated
QA Contact: gerardok → madhur
Keywords: nsenterprise
Yes, this bug is fixed in the latest build.  Marking as such.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Verified on build 2001-06-28 
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: