Closed
Bug 1427
Opened 26 years ago
Closed 25 years ago
Image maps areas not accessible as content through DOM
Categories
(Core :: Layout, defect, P2)
Tracking
()
M14
People
(Reporter: jcarpenter0524, Assigned: joki)
References
()
Details
NT4.0
11/18 build
viewer & xpviewer
- Go to URL: http://www.imdb.com
- top row of images [SEARCH], [INDEX], etc are an image map, but you can't click
the options.
- clicking where the cursor is supposed to turn to a hand does not work
- Go to URL: http://www.amazon.com
- click on any option (Book Search, Browse Subjects, etc.) and get msg:
"Imagemap Error
Your client did not send any coordinates. Either your client doesn't
support imagemap or the map file was not accessed as a map."
Tom, the problem is that both HandleEvent() and GetCursor() are being called
with the "point" not having been translated into the frame's local coordinate
space.
I added some temporary code to HandleEvent() and GetCursor()
(nsImageFrame.cpp) to temporarily workaround this problem. You'll need to remove
it once it's fixed
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P1 → P2
Summary: Image maps are not clickable → Image maps areas not accessible as content through DOM
Assignee | ||
Comment 2•26 years ago
|
||
Changing the title on this one. The main problem with imagemaps now is that we
have to hook up the content objects for the map areas and get rid of the
current areas stuff. Not sure if it'll be me that deals with this eventually
but I'll hold onto this for now. Other than that these work for now.
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 5•26 years ago
|
||
Moving out to M7
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M9
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M11
Assignee | ||
Comment 7•26 years ago
|
||
Moving to M11
Comment 8•25 years ago
|
||
Is this critical for beta? If not, lets push it out.
Comment 9•25 years ago
|
||
Brendan, would you count this as new functionality to be pushed out beyond beta?
Assignee | ||
Comment 10•25 years ago
|
||
Moving multiple bugs to m12
Comment 11•25 years ago
|
||
[monitoring AREA element bugs]
Comment 12•25 years ago
|
||
Moving to m13 because Joki seems to be distracted.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Comment 13•25 years ago
|
||
Moving M14.
Assignee | ||
Comment 14•25 years ago
|
||
*** This bug has been marked as a duplicate of 9140 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•