Closed Bug 177043 Opened 22 years ago Closed 22 years ago

regression: image links not loading (document.all)

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 176926

People

(Reporter: spam, Assigned: jst)

References

()

Details

(Keywords: qawanted, regression)

Testing current nightly, Linux, and a day old trunk CVS build:

When clicking on the small images to the left in the given page at
http://www.finn.no/finn/realestate/viewpicture?id=3498405&picture=terra6210214118091653_21021411.jpg&alt=
the images does not any longer load their large version to the right.
Instead JS console shows:

Error: document.all has no properties
Source File: http://www.finn.no/clientscript/clientscript.js
Line: 9

This used to work untill recently in trunk builds, and for instance works in 1.0.1.
Keywords: regression
Keywords: qawanted
changeImage() in http://www.finn.no/clientscript/clientscript.js says
   document.images["HOVED"].src = navn;
   document.all.alt.innerText = tekst;

the complaint about document.all is superficial.  the lack of image change is
caused by the first line not working

dupe of "document.image.src =' ... fails"

*** This bug has been marked as a duplicate of 176926 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.