Closed
Bug 119064
Opened 24 years ago
Closed 24 years ago
Crash while right clicking a hyperlink pointing to an anchor in an image map
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 114377
People
(Reporter: owen.marshall+bmo, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
That summary sounds quite confusing... but it isn't =)
(Example HTML Snippets included below)
Any time an imagemap has an area hyperlink pointing to an anchor, right clicking
this area will cause Mozilla to crash
Reproducible: Always
Steps to Reproduce:
1.Create a new HTML page with the HTML snippet
2.Run it in Mozilla, and right click on the created area
3.Watch the fireworks ;)
Actual Results: A general protection fault occurs in GKCONTENT.DLL, and all
instances of Mozilla die.
Expected Results: I won't insult the developers intelligence by explaining
should happen when you right click a link =)
The following snippet of code can reproduce this bug.
<map name="test">
<area shape="rect" coords="0,0,100,100"
href="http://www.myplace.com/tst.html#evilanchor">
</map>
<img src="somepic.gif" alt="" width="300" height="300" usemap="test">
*** This bug has been marked as a duplicate of 114377 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•