Closed
Bug 111407
Opened 24 years ago
Closed 23 years ago
lita.se - does not work with Mozilla
Categories
(Tech Evangelism Graveyard :: Other, defect, P3)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
VERIFIED
WONTFIX
Jan
People
(Reporter: per.angstrom, Assigned: tristan)
References
()
Details
(Whiteboard: [PROPRIETARY-DOM][insult])
The website for Lita, <URL:http://www.lita.se/>, a Swedish insurance company,
has major browser detection problems. As soon as one enters the website with
Mozilla/Netscape 6 (and Opera 5.x) an alert is displayed, saying in translation
"Your browser is older than version 4".
On the site itself, the top menu bar doesn't work at all.
This is what their browser detection code looks like (from
<URL:http://www.lita.se/scripts/cgiip.exe/inet/pub/noadminmode.p?DocId=194>):
>function check(){
> var ns = document.layers ? 1:0; // True if a Netscape browser
> var ie = document.all ? 1:0; // True if a Explorer browser
...
>}
Comment 1•24 years ago
|
||
-> Tech Evangelism
Comment 2•24 years ago
|
||
Yep. A classic case of proprietary code.
The reason the top menu doesn't work at all is because they hide a bunch of
stuff to start with, and then they have proprietary DOM code (document.all or
document.layers) to unhide it. We understand none, and thus never show any menus.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [PROPRIETARY-DOM]
| Assignee | ||
Comment 3•24 years ago
|
||
Contact : lita@lita.se
Setting P3.
Web Evang letter sent. (also to webmaster@lita.se, just in case)
ACcepting bug. Setting target to January 2002.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Jan
| Assignee | ||
Comment 4•24 years ago
|
||
webmaster@lita.se bounces back. :-(
Comment 5•24 years ago
|
||
Probably a slow way to go, but here is a form that can be used to contact them:
http://www.lita.se/scripts/cgiip.exe/inet/pub/showdoc?docid=282
| Reporter | ||
Comment 6•24 years ago
|
||
Lita has been acquired by another insurance company, and the site will probably
disappear, so I don't think it needs more attention.
Comment 7•24 years ago
|
||
message has changed saying someting about netscape 6
Updated•24 years ago
|
Whiteboard: [PROPRIETARY-DOM] → [PROPRIETARY-DOM][insult]
Comment 8•23 years ago
|
||
It seems to be that lita.se invites user to go to http://www.lansforsakringar.se/
So maybe somebody who speak swedish can confirm and we can close this bug :-)
| Reporter | ||
Comment 9•23 years ago
|
||
I think WONTFIX is a reasonable resolution.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
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
•