Closed Bug 79114 Opened 23 years ago Closed 23 years ago

server-side image maps crash (ismap)[@ NS_MakeAbsoluteURI]

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
critical

Tracking

()

VERIFIED DUPLICATE of bug 81728

People

(Reporter: baldauf--2015--bugzilla.mozilla.org, Assigned: rods)

References

()

Details

(Keywords: crash, regression, topcrash)

Crash Data

Attachments

(3 files)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010503
BuildID:    2001050304

On an imagemap, which is both server and client sided, clicking on the area
which is not covered by the client-side (but by the server side), crashes gecko.

Reproducible: Always
Steps to Reproduce:
1. Go to http://www.sozialwiss.uni-hamburg.de/Ipw/Akuf/kriege98_text.html
2. Click onto the north american continent.


Actual Results:  Mozilla crashes with a general protection fault.

Expected Results:  Mozilla should not crash.

Netscape 4.77 ignores the server sided image map if it finds a client sided one.
Supporting both at the same time should be implemented IMHO to give web
developers the greatest tools.

Please reassign to the correct component. Where can I find "gecko" in the
component list?
confirming in 2001050408 trunk for Mac.
Severity: normal → critical
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: crash
OS: Windows 98 → All
Hardware: PC → All
> Where can I find "gecko" in the component list?

"gecko" is broken up into many subsystems that appear in the list of available 
components, so there is no single component labelled 'gecko'.

At any rate, I don't really know who owns client side imagemap functionality,
but I'll start with Form Submission, which is what this is. But it also seems
to be event handling related from the crash, so cc: joki, who I think has also 
dealt with some of this imagemap stuff before. 

It is actually not a requirement of using client+server imagemaps together. 
It is as simple as this example; client side image maps crash no matter what.


  <p>Click the banner and crash</p>

  <a href="http://www.mozilla.org/">
    <img src="http://www.mozilla.org/images/mozilla-banner.gif"
         width="600" height="58" ismap>
  </a>
 
Assignee: trudelle → rods
Component: XP Toolkit/Widgets → Form Submission
QA Contact: jrgm → vladimire
Summary: Mozilla crashes if user clicks on the server sided part of a client+server image map. → client side image maps crash
really cc: joki ...
... and I meant to say 'server-side image maps crash (ismap)', duh!
Summary: client side image maps crash → server-side image maps crash (ismap)
*** Bug 79658 has been marked as a duplicate of this bug. ***
*** Bug 78995 has been marked as a duplicate of this bug. ***
Adding topcrash keyword.
Adding Trunk in the summary for tracking. This bug is happening in builds 
2001052022, 052111 and 0521115.


Keywords: topcrash
Summary: server-side image maps crash (ismap) → server-side image maps crash (ismap)[@ NS_MakeAbsoluteURI]
Since it looks like bug 81728 has a patch and owner.

*** This bug has been marked as a duplicate of 81728 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verifying duplicate
Status: RESOLVED → VERIFIED
Crash Signature: [@ NS_MakeAbsoluteURI]
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: