Closed
Bug 245863
Opened 20 years ago
Closed 20 years ago
"open in new tab" doesn't work with ismap images
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: nb+bz, Unassigned)
Details
If I middle-click on an ismap image (open in new tab), I don't get the expected
result. A regular click generates a request like this:
GET /foo/test.cgi?i=37&a=ismap?589,179 HTTP/1.1
With the coordinates at the end of the URL. But if I middle click to open in new
tab, I just get this:
GET /foo/test.cgi?i=37&a=ismap HTTP/1.1
which is no use at all.
My page source is like this:
<body>
<a href="test.cgi?i=37&a=ismap"><img src="bar.cgi?a=draw&i=37" ismap></a></body>
Reporter | ||
Comment 1•20 years ago
|
||
Incidentally, this is Mozilla 1.6.
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040325
Comment 2•20 years ago
|
||
Yes, that's happenning since Jan2000... :-(
*** This bug has been marked as a duplicate of 25199 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•