Closed
Bug 92705
Opened 24 years ago
Closed 22 years ago
www.lautstark.tv - non-standard JavaScript and makes Navigation impossible
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kairo, Assigned: doronr)
References
()
Details
(Whiteboard: [TOOL][HIERMENU][contact])
This is another .eu evang issue - The Austrian (German Language) site
lautstark.tv only checks for document.all and document.layers and needs those
functions for their navigation interfaces, making use of their pages with a
standards-compliant browser like my 2001-07-28 linux trunk build impossible.
see this part of their main page and you guess what's up here:
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;
//-->
</SCRIPT>
Assisgning to nitot@netscape.com because its a site in .eu region.
Updated•24 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 1•24 years ago
|
||
Component change to West Europe. (Austrian German site)
Component: European → West Europe
QA Contact: zach → caillon
Comment 2•24 years ago
|
||
Do not know exactly what the issue is but home page seem sto be extremely heavy...
2001092905094.
| Reporter | ||
Comment 3•24 years ago
|
||
Alexandra: it is, right.
The main problem we have with this site is that they do use links like this:
<a HREF="javascript:void(0)" class="navigationlinks"
onMouseOver="popUp('elMenu7',event)" onMouseOut="popDown('elMenu7')"
onClick="return false">Szene-Reporter</a>
In NS4.x or IE, you get a popup-menu on mouse-over, which is used for detailed
navigation in those sections of the site (e.g. "Szene-Reporter",
"Event-Vorschau", "Lautstark").
As those popups are only created when isMenu is true in the script above, we
won't get anything, not even an error. So they have two possibilities: either
they should use standards (that would be best) and/or they should at least
display something useable if they get (isMenu == false) in their check.
Comment 4•24 years ago
|
||
That is tell-tale hierMenus code. They need to upgrade to the latest DOM
compliant version of 4.1.x. Adding to HierMenu tracker. See bug 85104 for details.
Blocks: 85104
Whiteboard: [TOOL][HIERMENU]
| Assignee | ||
Comment 5•24 years ago
|
||
contacted office@lautstark.tv
Assignee: nitot → doronr
Whiteboard: [TOOL][HIERMENU] → [TOOL][HIERMENU][contact]
Target Milestone: --- → mozilla0.9.7
Comment 7•23 years ago
|
||
This site seems not to care mozilla users. Still old hiermenus today. :-/
| Reporter | ||
Comment 8•23 years ago
|
||
For everyone that knows German: I wrote that issue in a forum of the
organization "Junge ÖVP Oberösterreich" that is making this site as well.
Norbert Eder, Secretary of the organisaztion answered:
"Dass lautstark.tv nur vom exploder richtig gezeigt wird, wissen wir
leider auch. Leider kümmern da unseren bisherigen partner
oberoesterreich.com die schwach 10 prozent linux und anderen user nicht.
auch hier bemühen wir uns um eine lösung, dies ist aber eine
längerfristige sache!"
They sadi their partner, who designed the pages, didn't care about non-IE people
very much, but they want to resolve the issue, though it's only a long-term
thingy...
Hardware: PC → All
Summary: www.lautstark.tv uses non-standard JavaScript and makes Navigation impossible → www.lautstark.tv - non-standard JavaScript and makes Navigation impossible
| Reporter | ||
Comment 9•22 years ago
|
||
OK, it looks as if lautstark.tv did redesign their site, as I can't find the
non-working links any more...
Resolving.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
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
•