Closed
Bug 82826
Opened 24 years ago
Closed 23 years ago
reported imagemap coords wrong if middle-clicked
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
mozilla0.9.7
People
(Reporter: allbery+moz, Assigned: joki)
References
()
Details
I middle-clicked on a state (PA) in the imagemap at the above URL and got a page
complaining that I had not clicked on a state. Left-clicking did the right thing.
tcpdump indicates that it is in fact not sending the click coordinates at all,
whereas they are sent on a left-click.
Comment 1•23 years ago
|
||
Confirmed
Platform: PC
OS: WIndows NT
Mozilla Build: 2001062815
Trying selection first.
Assignee: asa → mjudge
Status: UNCONFIRMED → NEW
Component: Browser-General → Selection
Ever confirmed: true
Keywords: testcase
OS: FreeBSD → All
QA Contact: doronr → tpreston
Hardware: PC → All
Comment 2•23 years ago
|
||
Moving to event handling.
Assignee: mjudge → joki
Component: Selection → Event Handling
Keywords: dataloss
QA Contact: tpreston → madhur
Comment 3•23 years ago
|
||
See also bug 48786, Middle click pasting in textfield inserts at wrong point
within field.
Comment 4•23 years ago
|
||
I believe this is related to bug 25199. I think Mozilla is ignoring the ismap
information in the image and instead is using the a href and therefore doesn't
send the coordinates when either right-clicking Open Link in New Window or
middle-clicking.
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.7
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
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
•