Closed Bug 51974 Opened 24 years ago Closed 23 years ago

<map> in <object type="image/gif"> doesn't work

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED DUPLICATE of bug 53525
Future

People

(Reporter: burnus, Assigned: buster)

References

()

Details

This is 2000-09-08-21/Linux Go to the URL http://www.icab.de/test.html In section "Einbinden von Objekten, Embeding objects" The gif is embedded and surrounded by a blue border (as if it were a link). The map regions are not neither clickable nor a title is shown. If this is no dup (I haven't found one, but this doesn't say anything), I would vote for a rather high priority, since this prevents navigation. See source line 109: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.icab.de%2Ftest.html&ss=&outline=&sp=#line-109 <object data="img/test.gif" type="image/gif" width=320 height=240 border=2 usemap="#map"> <p>Your browser doesn't support embeding images using the &lt;OBJECT&gt; tag. <map name="map"> <P> <a shape=rect coords="67,94,282,147" href="#blau" title="Blaues Rechteck">Blaues Rechteck</a> <a shape=rect coords="17,23,140,120" href="#rosa" title="Rosa Rechteck">Rosa Rechteck</a> <a shape=rect coords="209,37,252,216" href="#orange" title="Oranges Rechteck">Oranges Rechteck</a> <a shape=circle coords="54,194,45" href="#kreis" title="Blauer Kreis">Blauer Kreis</a> <a shape=poly coords="108,228,164,160,199,225,277,222,277,155,314,155,279,235,108,228" href="#poly" title="Gelbes Polygon">Polygon</a> </P> </map> </OBJECT>
This is occuring in the Sept 15th build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reassigning to Buster.
Assignee: clayton → buster
P3 bugs will not make NS6 RTM. Milestone->Future. burnus, thanks for the excellent test case. This is one I really wish we had time to fix for NS6.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Another #3 on http://www.student.oulu.fi/%7esairwas/object-test/imagemaps/ shows that map outside of the object works. But <a> instead of <area> doesn't work (inside #1/outside #2), but this might be another bug.
This bug is so similar to bug 53525 that one of the two should be duped. Note: on that bug I added a comment that provides a workaround for using a map inside an object tag. All you have to do is use css: object { display: none; } do that to the object or the object's parent element and the map will work fine. I'd say dup this to bug 53525 since that has newer comments and the workaround that I just described. BTW, this also affects the following page: http://barracuda.enhydra.org/Barracuda/GetBConfig.event jake
I diagnosed this in more detail on a newer bug. (This one is on the wrong component.) *** This bug has been marked as a duplicate of 88992 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Er, actually, it's a slightly different bug on the same page, but...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 53525 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.