Closed
Bug 110669
Opened 24 years ago
Closed 24 years ago
interio.ch - mozilla doesn't render this page correctly
Categories
(Tech Evangelism Graveyard :: German, defect, P3)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: mjb, Assigned: tristan)
References
()
Details
go to http://www.interio.ch/ in look what mozilla does :-)
Comment 1•24 years ago
|
||
This has proprietary code all over it.
For instance check View Source for http://www.interio.ch/home.cfm. Among other
things, there's this snippet:
if (navigator.appName.indexOf('Microsoft') > -1) {
//explorer
document.write("<SCRIPT LANGUAGE = 'JavaScript'
src='css/navihome_ie.js'></SCR"+"IPT>");
} else {
//netscape
document.write("<SCRIPT LANGUAGE = 'JavaScript'
src='css/navihome_nn.js'></SCR"+"IPT>");
}
-> Evangelism
Reporter: In future, please use the Bugzilla Helper for filing bugs:
http://www.mozilla.org/quality/help/bugzilla-helper.html
(among other things, it automagically adds your build id)
Assignee: jst → nitot
Status: UNCONFIRMED → NEW
Component: DOM Style → Europe: West
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: ian → caillon
Hardware: PC → All
Version: other → unspecified
Comment 2•24 years ago
|
||
The navihome_nn.js file uses <layer> throughout.
An this is Europe:Central.
Assignee: nitot → piskozub
Component: Europe: West → Europe: Central
QA Contact: caillon → pali
Comment 3•24 years ago
|
||
This is Switzerland!
-> Europe: West
Comment 4•24 years ago
|
||
.
Comment 5•24 years ago
|
||
Now really changing to Europe: West
Assignee: piskozub → nitot
Component: Europe: Central → Europe: West
QA Contact: pali → caillon
| Assignee | ||
Comment 6•24 years ago
|
||
Confirming with Moz 097.
Setting P3.
Contact : info@interio.ch
incorrect sniffing for CSS in http://www.interio.ch/home.cfm :
//windows or unix
if (navigator.appName.indexOf('Microsoft') > -1) {
//explorer
document.write("<link type='text/css' rel='stylesheet'
href='css/text_ie.css'>");
} else {
//netscape
document.write("<link type='text/css' rel='stylesheet'
href='css/text_nn.css'>");
}
Priority: -- → P3
Updated•24 years ago
|
Summary: mozilla don't render www.interio.ch correctly → interio.ch - mozilla doesn't render this page correctly
Comment 7•24 years ago
|
||
does it now
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
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
•