Closed Bug 105717 Opened 23 years ago Closed 22 years ago

mac.com - Apple's iTools Homepage doesn't draw images when image clicked

Categories

(Tech Evangelism Graveyard :: English US, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: masri, Assigned: chrisn)

References

()

Details

(Whiteboard: [PROPRIETARY-DOM][aok])

Platform; PowerBook G3/300/192Mb/48Gb, MacOS X 10.1
Fizzilla Build: 2001101905

Apple's iTools web pages aren't displaying pictures correctly. Try the following;

1) Launch Fizzilla.

2) Go here.

http://homepage.mac.com/jtyzack/PhotoAlbum.html

3) Click a picture.

What happens: a new window opens, but doesn't display the picture.

What should happen; The picture and summary should be displayed.

This works in Netscape 4.7.

- Adam
Yes, I noticed this a few days ago too when Apple revised Homepage's features.
This is the new "slideshow" presentation feature which is now default I believe.
The problem is the HTML source is using using lots of ilayer/layer tags which
are  proprietary elements. 
Changing to All platforms since the page content uses ilayer tags and is not a
Mac OS X only issue.
OS: MacOS X → All
Hardware: Macintosh → All
cc: aruner and chrisn.  Should this be an evangelism item?
Reassigning to evangelism since this is a ilayer/layer issue.
Assignee: kmcclusk → bclary
Component: Compositor → English: US
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
Anyone know if we have contacted Apple regarding this issue ? Anything to report? 
Summary: Apple's iTools Homepage (homepage.mac.com) doesn't draw images when image clicked → [LAYER] Apple's iTools Homepage (homepage.mac.com) doesn't draw images when image clicked
They have been contacted about other issues but not this one as far as I know.
I'll get to it as soon as I can.
Priority: -- → P1
Summary: [LAYER] Apple's iTools Homepage (homepage.mac.com) doesn't draw images when image clicked → mac.com - Apple's iTools Homepage doesn't draw images when image clicked
Whiteboard: [PROPRIETARY-DOM]
Error: document.mainImageiLayer has no properties
Source File: http://homepage.mac.com/i/hpti/1/wimg/Shared/SlideShow/slideshow.js
Line: 155

Error: writeCounter is not defined
Source File: http://homepage.mac.com/jtyzack/PhotoAlbum.html
Line: 203

Bad sniffing in slideshow.js, treats us identically to NN4 and document.write's
layer tags.

contacted via
http://survey.info.apple.com/info.apple.com/survey/feedback/feedback.taf?function=brokenlinksinput

Follow up in early January for retesting this site.
Status: NEW → ASSIGNED
Target Milestone: --- → Jan
Blocks: 114156
Whiteboard: [PROPRIETARY-DOM] → [PROPRIETARY-DOM][aok]
It's January (almost over!) and the homepage.mac.com stuff still doesn't work :)
Apple contacted, bug info sent. Contact is Skip Levens (slevens@apple.com), our
Evangelism contact.
Skip Levens from Apple replies:

Gotcha Chris - tracking down the folks who build those pages....

-Skip
-> chrisn
Assignee: bclary → chrisn
Status: ASSIGNED → NEW
*** Bug 123750 has been marked as a duplicate of this bug. ***
*** Bug 127717 has been marked as a duplicate of this bug. ***
This works for me now. Should this be marked as resolved (WORKSFORME)?
Very cool! I guess Apple fixed it.

- Adam
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Yes, it does work now since Apple modified there JS code :


if (ns4)
document.write('<td align="center" valign="top"><ilayer id="mainImageiLayer"
visibility="hidden">')

else
document.write('<td align="center" valign="middle"><div id="mainImageDiv"
style="visibility:hidden">')
Marking verified.
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.