Closed Bug 50648 Opened 25 years ago Closed 25 years ago

Time isn't shown

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: tapio.piironen, Assigned: jst)

References

()

Details

Okay any mozilla either netscape version can't display time at that page. I see the time with ms explorer with no problems.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Time is shown fine with build 2000082815....
Reopening bug - the time isn't showing for me on any of these builds: Mozilla debug builds 2000-08-23 8PM Pacific Time on WinNT 2000-08-24 1PM Pacific Time on Linux Mozilla binary 2000082815 on WinNT Commercial binary 2000082811 on Linux
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Browser, not engine. Changing component to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
Resolving as Invalid. The time is supposed to be displayed by this function in the HTML, of which the first three lines are shown below: function funClock() { if (!document.layers && !document.all) return; In Mozilla, which adheres to W3C standards, the if condition evaluates to True. Therefore the function returns immediately and does not execute: no time shown. For guidance on W3 standards and the differences between Navigator 4.x and Mozilla, see http://sites.netscape.net/ekrock/standards.html
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → INVALID
Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.