Closed
Bug 174211
Opened 23 years ago
Closed 23 years ago
www.hi-fi.com.pl refuses Mozilla
Categories
(Tech Evangelism Graveyard :: Polish, defect, P3)
Tech Evangelism Graveyard
Polish
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gabrielbaines, Assigned: piskozub)
References
()
Details
Site http://www.hi-fi.com.pl refuses to let Mozilla in, claiming that it
requires Netscape 4.0 or later.
You can still enter the site with Mozilla by going to
http://www.hi-fi.com.pl/index1.html
Note: The problem has been originally reported on MozillaPL forum
http://mozillapl.org/forum/viewtopic.php?t=874
| Assignee | ||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•23 years ago
|
||
Now really accepting. [It is still rahter early where I am]
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•23 years ago
|
||
It is not only the script that does not let Mozilla in, but also some errors in
the JavaScript that need to be corrected.
The Search applet does not work with Mozilla (and Netscape6/7 etc.). The reason
is using of the following construction:
document.forms('myform').
Changing it simply to
document.myform.
makes it work with Mozilla, IE and NN4*.
| Assignee | ||
Comment 4•23 years ago
|
||
I sent an evangelic letter to redakcja@hi-fi.com.pl and webmaster@hi-fi.com.pl
| Assignee | ||
Updated•23 years ago
|
Target Milestone: Oct → Dec
| Assignee | ||
Comment 5•23 years ago
|
||
The letter sent to webmaster@hi-fi.com.pl bounced. I re-sent the letter to
postmaster@hi-fi.com.pl and hifi@hi-fi.com.pl (another contact address found on
the site)
Comment 6•23 years ago
|
||
Now it does the browser check like that:
ns = (document.layers) ? 1:0
ie = (document.all) ? 1:0
moz = (document.getElementById) ? 1:0
The last parameter will be set to 1 in all modern browsers.
There's no logical explanation for why the webmaster is calling a browser
capable to perform getElementById "moz", since Konqueror, Opera and MSIE do it,
too - but who cares about the variable names. :)
So it's possible to have ie==1 && moz==1 there if you use MSIE6 :))
The text that appears if an unknown browser is found says "This website can be
only viewed in the Netscape (4.0 or newer) and Internet Explorer (4.0 or
newer)". Funny. It works in Mozilla, too. :)
The forms are still wrong, though.
| Assignee | ||
Comment 7•23 years ago
|
||
That solves the most important problem, I believe.
And, yes. Mozilla is the basis of Netscape7 so it can be claimed to be NN4+ :-)
I mark the bug as fixed. I do not want to morph into a bug about the forms,
only. If you want, please file a new bug report about that.
Marking FIXED
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•22 years ago
|
||
V.
Website lets Mozilla in and the search form now also seems to work
Status: RESOLVED → VERIFIED
Comment 9•22 years ago
|
||
tech evang june 2003 reorg
Component: Europe: Central → Polish
Target Milestone: Dec → ---
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
•