Closed
Bug 156194
Opened 23 years ago
Closed 23 years ago
show empty page in this address
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
CLOSED
WORKSFORME
People
(Reporter: cola99, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020706
BuildID: 2002070618
Show nothing in this page
http://www.photolab.ca/
Reproducible: Always
Steps to Reproduce:
1.go to http://www.photolab.ca/
2.
3.
Actual Results: nothing..
Expected Results: web content...
Comment 1•23 years ago
|
||
They have forgot to include "is.ns5":
if (is.ie6 || is.ie5 || is.ie5 || is.ns4){
window.location = 'en/default.asp';
}
Going directly to http://www.photolab.ca/en/default.asp works fine
--> Tech Evangelism.
Assignee: attinasi → momoi
Component: Layout → English: Non-US
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: petersen → jeesun
Hardware: PC → All
Version: other → unspecified
![]() |
||
Comment 2•23 years ago
|
||
Just to clarify:
The site doesn't have any content on that fron page. All it has is a script
that does some browser sniffing and then does:
if (is.ie6 || is.ie5 || is.ie5 || is.ns4){
window.location = 'en/default.asp';
}
In other words, the site is carefully designed to give that blank screen in the
following browsers:
IE4 or lower
NS3 or lower
NS6 or higher
IE7 or higher
Any browser that happens not to be "Netscape" or "Microsoft Internet Explorer".
Finally, not a single browser I have on hand that does text-to-speach conversion
for the blind will work with that site.
Stanley, if you actually use this site I urge you to mail the webmaster and ask
him/her to correct this grievous oversight....
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
Well, they have changed it to:
if (is.ie6 || is.ie5 || is.ie5 || is.ns4 || is.ns5 || is.ns6){
window.location = 'en/default.asp';
}
So I guess we have to reopen this bug some time in the future ;-)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 4•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Updated•10 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
•