Closed
Bug 177444
Opened 23 years ago
Closed 23 years ago
Javascript based image changing doesn't work
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 176926
People
(Reporter: renard, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4
On the page referred to there are a number of links that change an image,
all looking like javascript:showupdate(X,2), where X is 1, 2 etc. The
javascript code is
testurl = new Array(4);
testurl[1]="http://ebay3.ipixmedia.com/abc/M28/_EBAY_eb084b3728606f71b99eb795af8e727b/i-1_B.JPG"
testurl[2]="http://ebay3.ipixmedia.com/abc/M28/_EBAY_eb084b3728606f71b99eb795af8e727b/i-2_B.JPG"
testurl[3]="http://ebay3.ipixmedia.com/abc/M28/_EBAY_eb084b3728606f71b99eb795af8e727b/i-3_B.JPG"
testurl[4]="http://ebay3.ipixmedia.com/abc/M28/_EBAY_eb084b3728606f71b99eb795af8e727b/i-4_B.JPG"
function showupdate(photoIndex, photoDisplayType)
{
document['bigPhoto'].src = testurl[photoIndex];
Reproducible: Always
Steps to Reproduce:
1. Go to any page on the referred site with multiple pictures.
2. Click one which is not shown
Actual Results:
Image doesn't change.
Expected Results:
Changed image.
The problem is not particular to the specific auction mentioned in the URL; all
pages with multiple pictures display the problem.
It works perfectly in Phoenix 0.3 and Mozilla 1.1.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 176926 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•