Closed Bug 193027 Opened 21 years ago Closed 21 years ago

wshe.lodz.pl - CSS parsing errors and proprietary DOM

Categories

(Tech Evangelism Graveyard :: Polish, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: barbwire, Assigned: marcoos)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210

See this site i opera or Internet Explorer and then in Mozilla.
In Mozilla menu don't work at all.

Reproducible: Always

Steps to Reproduce:
1. I don't know why
2. I don't know why
3. I don't know why

Actual Results:  
Nothin happened. It didn't work

Expected Results:  
I want to see menu.
Error: document.all has no properties
Source File: http://www.wshe.lodz.pl/ouczelni/ouczelni.php
Line: 110
Assignee: asa → nikolai
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: East
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → momoi
Version: Trunk → unspecified
Quitting Evangelism due to lack of time...
Assignee: nikolai → nobody
Some issues with this bug:

1. Currently there's no DHTML menu on wshe.lodz.pl 

2. They use "tekstSpan.innerHTML=something", without
tekstSpan=document.getElementById('something') for displaying some text. This is
not a very important part of the page, though.

3. This bug is in a wrong Component (should be Europe->Central, not East).
Summary: Bad example: don't work → wshe.lodz.pl - Bad example: don't work
This bug's component should now be "Polish".
tech evang june 2003 reorg
Assignee: nobody → polish
Component: Europe: East → Polish
QA Contact: momoi → polish
Also, the body {} part of the stylesheet is missing the closing bracket "}",
what makes Mozilla not to apply the styles correctly.

The thing with tekstSpan can be solved this way:

if (document.getElementById)
 tekstSpan=document.getElementById("tekstSpan");
else if (document.all)
 tekstSpan=document.all["tekstSpan"]

Evangelic letter sent to bednar at wshe.lodz.pl and mordon at wshe.lodz.pl.
Changing summary of this bug to more specific. ;)
Summary: wshe.lodz.pl - Bad example: don't work → wshe.lodz.pl - CSS parsing errors and proprietary DOM
Status: NEW → ASSIGNED
Just got a reply from WSHE's webmaster. They're going to fix these two issues.

Assignee: polish → bugzilla
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Hardware=ALL, OS=ALL, P4.
OS: Linux → All
Priority: -- → P4
Hardware: PC → All
No progress. 

Yet another email sent to mordon and bednar at wshe.lodz.pl.
The webmaster has corrected the CSS, plans to correct JS soon.
Site corrected. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.