Open Bug 90576 Opened 23 years ago Updated 2 years ago

Missing USEMAP map makes entire image anchor

Categories

(Core :: Layout, defect, P4)

x86
All
defect

Tracking

()

mozilla1.2alpha

People

(Reporter: mbabcock-mozilla, Unassigned)

References

()

Details

(Keywords: testcase)

(More notes on given URL).  It seems that when Mozilla can't find the correct
USEMAP, it just sets the entire image to being an anchor to nowhere.
good report, the current behavior of bug 84252 is probably a function of this, 
but they have different fixes and should be treated seperately.
Assignee: asa → karnaze
Component: Browser-General → Layout
QA Contact: doronr → petersen
Changing QA contact
QA Contact: petersen → bsharma
Marking nEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
Reassigning to attinasi.
Assignee: karnaze → attinasi
QA Contact: bsharma → moied
The problem appears in N6.2 on WINNT. Setting OS to ALL.
OS: Linux → All
Target Milestone: --- → mozilla1.2
Problem still appears with build ID 20020214 on win2k, since the visibility is
low changing Priority to P4.
Priority: -- → P4
This is due to the relevant rules in html.css:

379 *|*:-moz-any-link img, img[usemap], object[usemap] {
380   border: 2px solid;
381 }
382 
383 img[usemap], object[usemap] {
384   cursor: pointer;
385   color: blue;
386   -moz-user-focus: normal;
387 }
*** Bug 294658 has been marked as a duplicate of this bug. ***
However, bug 294658 shows that happens to regular webpages.
Assignee: attinasi → nobody
QA Contact: moied → layout
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.