Closed
Bug 74062
Opened 25 years ago
Closed 24 years ago
images at top never load
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rdsalinas, Assigned: emeyer)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; 0.8.1)
BuildID: 2001032915
Get message, "loading images...please wait" at top
of page. They never load.
Reproducible: Always
Steps to Reproduce:
1.go to www.newbalance.com
2.click on cross trainers
3.wait for page to load
Actual Results: Images at top of page never load.
Expected Results: images should load since Netscape 4.76, Opera, and IE 5.5 load
page fine.
Mozilla is a good product. It's getting better every build!
Comment 1•25 years ago
|
||
This site is using tons of javascipt in the top frame, plus it looks like its
browser dection is seeing mozilla as ns4, this is a problem with lots of
javascript since mozilla has moved to being only w3c complaint.
The main problem seems to be that the site is using the wrong code to hide the
loading div in nav.html
should be: document.getElementById('loadingDiv').style.visibility='hidden';
http://web01.fureai.or.jp/~tato/ver5/setVisibility.htm
shows the proper way to show hide js elements, also has proper browser dection
using checking browser methods not version strings
Comment 2•25 years ago
|
||
updating component.
Assignee: asa → jst
Status: UNCONFIRMED → NEW
Component: Browser-General → DOM Level 0
Ever confirmed: true
QA Contact: doronr → desale
Comment 3•25 years ago
|
||
Sending to evangelism. The site uses NS4 and IE-only methods. It also has
improper browser detection. rdsalinas@yahoo.com, could you please use the
following tool to tell the webmaster of the newbalance site that his pages do
not work with standards-compliant browsers?
http://www.mindspring.com/~bobclary/evangelism/.
Thank you a lot for your help!
Assignee: jst → blakeross
Component: DOM Level 0 → Evangelism
QA Contact: desale → zach
Comment 4•25 years ago
|
||
Reassigning evangelism bugs to new owner (bclary@netscape.com).
Assignee: blakeross → bclary
Updated•24 years ago
|
Priority: -- → P2
Comment 6•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 7•24 years ago
|
||
url is a 404 - rest of site has working DOM support for dhtml!
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•