Closed Bug 244403 Opened 21 years ago Closed 18 years ago

homepage.mac.com picture pages won't show large versions when comment button is included in the page.

Categories

(SeaMonkey :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: dafydd, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040511 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040511 Click on the URL and note the three pictures. Clicking on any picture ~should~ show a larger version. On mouseover, the lower status bar shows "javascript:openSlideShow2(X,"en")" where X is the image number. In this page, when clicking for the larger image nothing happens. Here is the javascript for segment for the page: <SCRIPT language="javascript"> <!--// slides = new Array(); slides[0] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-19%2019.21.52%20-0700/Image-D14EFC0EAA0311D8.jpg', 600, 800, 'Great blue heron'); slides[1] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-19%2019.21.52%20-0700/Image-D14F13A2AA0311D8.jpg', 586, 751, 'ducklings!'); slides[2] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-19%2019.21.52%20-0700/Image-D14F210CAA0311D8.jpg', 599, 773, 'and ducklings again!'); isPureISOLatin1 = true; contentEncodingConstant = 5; showFeedbackButton = true; feedbackEnabled = true; //--> </SCRIPT> Reproducible: Always Steps to Reproduce: 1. Go to the page listed in the URL field. 2. Click on an image. Actual Results: Nothing. Expected Results: A larger version of the image should show up in a separate window. Compare the first script to the script from http://homepage.mac.com/kayremi/PhotoAlbum12.html which works: <SCRIPT language="javascript"> <!--// slides = new Array(); slides[0] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-16%2020.15.13%20-0700/Image-83BC2A54A7AF11D8.jpg', 599, 764, 'Not bad for a first effort!'); slides[1] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-16%2020.15.13%20-0700/Image-83BC629EA7AF11D8.jpg', 599, 768, 'This one is the kidlet\'s own design.'); slides[2] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-16%2020.15.13%20-0700/Image-83BC714DA7AF11D8.jpg', 600, 800, 'Mushrooms are springing up in masses.'); slides[3] = new Slide('http://homepage.mac.com/kayremi/.Pictures/Photo%20Album%20Pictures/2004-05-16%2020.15.13%20-0700/Image-83BC7DAEA7AF11D8.jpg', 600, 800, 'Closeup of the mushrooms'); isPureISOLatin1 = true; contentEncodingConstant = 5; showFeedbackButton = false; //--> </SCRIPT> Note that the only difference is that the page that fails includes the lines: showFeedbackButton = true; feedbackEnabled = true; As far as I can tell, this and the differing image URLs are the only differences in the javascript. +++ This appears to me to be an edge case, but I can see it being part of something larger. I apologize if this turns out to be a known problem. I wasn't sure what to search on.
> Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; > rv:1.8a) Gecko/20040511 There were some event-handling issues in builds around then. Can you reproduce in a current build? (I can't, which is why I ask.)
(In reply to comment #1) > There were some event-handling issues in builds around then. Can you reproduce > in a current build? (I can't, which is why I ask.) I'm now using Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a2) Gecko/20040522 The photo collections [Riverview Park|Beaver?|Photo Library|May 16, 2004] return pop-up windows as before. The collections [May 18, 2004|May 19, 2004] fail as before. The collection [Willow Tree] fails now, where it was untested before. "Willow Tree" had the comments function enable, but was changed by the page owner at my request, for testing purposes.
Note that it WFM using Mac/1.7b.
Product: Browser → Seamonkey
Do you have a testcase that still displays the bug?
(In reply to comment #4) > Do you have a testcase that still displays the bug? I don't, sorry. I wasn't aware that the user had killed his/her account.
Can't find a current case. Killing.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.