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)
Tracking
()
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 <OBJECT> 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>
Comment 1•24 years ago
|
||
This is occuring in the Sept 15th build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
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
Reporter | ||
Comment 4•24 years ago
|
||
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.
Comment 5•24 years ago
|
||
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
Comment 6•23 years ago
|
||
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
Comment 7•23 years ago
|
||
Er, actually, it's a slightly different bug on the same page, but...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 53525 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•