Closed
Bug 61640
Opened 25 years ago
Closed 25 years ago
Old Navy roll over images currupt after rolling over them a few times
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jameslariviere, Assigned: pnunn)
References
()
Details
Attachments
(2 files)
When you view the page the images "Men", "Women", "Boys", "Girls", "Baby",
"Gifts" images initally render good. However, if you roll over them a few times
you start to see the images get "clipped" or "garbled" or just disappear.
I will post 2 screen shots (Initial Rendering, Junked Rendering after a few roll
overs)
This occurs in the 11-28-04 win98 build.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Problem occurs with images blueline.gif and bottom_blue_spacer.gif
used in the table as spacer images.
Probably not a decoding or rendering problem. May be related to
url resolution.
-p
Status: NEW → ASSIGNED
Looking at this bug with today NT build,
the display looks fine, with the exception
of the last image in the menu bar, gifts.
The "off" gifts looks fine. The 'on' gift image
is missing.
If you look at the source someone commented out 2 lines
and replaced them with different url addresses. One of the
url address is fine, the other doesn't point to an existing
file. N'existez pas!
ok:------------------------
"
Gifton = new Image();
//Gifton.src = "/assets/common/ongg_gifts_nav_on.gif";
Gifton.src = "/assets/common/cmn_hdr_sbnv_gift_on.gif";
"
not ok. file cmn_hdr_sbnv_gift_off.gif doesn't exist
but ongg_gifs_nav_off.gif does:---------------------------------
"
Giftoff = new Image();
//Giftoff.src = "/assets/common/ongg_gifts_nav_off.gif";
Giftoff.src = "/assets/common/cmn_hdr_sbnv_gift_off.gif";
"
acccckkk. The opposite of what I just said is true.
the "on" gif doesn't exist.
the "off" gif doesn exist.
------------
The site uses browser sniffing and the js
is excluding mozilla.
-p
Works for me, as well its going to work with the
broken site. Not marking as invalid, as the bug did
exist in previous versions.
-p
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 7•25 years ago
|
||
Works for me W2k build 2000122105
mac build 2000122105
linux build 2000122108
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•