Closed
Bug 207776
Opened 23 years ago
Closed 23 years ago
graphics in dynamic layers fail to display if in the 4th or later layer
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tracy, Assigned: saari)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030530 Camino/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030530 Camino/0.7+
on cited page, click upper left corner image (yellow one). Layer displays with
text/graphic/text. Same for the one below and to the right (little mermaid) and
the one below and to the right (nat geo). These are the first three referenced
layers. Clicking on any of the others fails to display the graphic. Problem
appears to be related to the number of such layers present. Not a page-code
issue, as 1) code is identical; 2) page works fine in release 7 of Camino, and
in IE and Netscape and the release of Mozilla. This error has been introduced in
the last few weeks after the release of Camino 7 (stable).
Reproducible: Always
Steps to Reproduce:
1.click upper left image to see working layer
2.click upper right image to see non working layer.
3.
Actual Results:
Most often on step 2 no graphic shows up. Sometimes it shows up the first time,
but clicking away and clicking a second time, it fails to show up.
Expected Results:
It should have displayed the graphics as with clicking on the upper left image.
Tracy, the problem is that you use the wrong filename extension in some of your
AREA element ONCLICK attribute values. For example, the Jasmine AREA has:
onclick="P7_ShowPic('../samples/picture-8.jpeg','P7ShowPL5');"
However, <http://www.tracyvalleau.com/samples/picture-8.jpeg> doesn't exist,
though <http://www.tracyvalleau.com/samples/picture-8.jpg> does exist.
Resolving Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•