Closed
Bug 50648
Opened 25 years ago
Closed 25 years ago
Time isn't shown
Categories
(Core :: DOM: Core & HTML, defect, P3)
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.
Updated•25 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 1•25 years ago
|
||
Time is shown fine with build 2000082815....
Comment 2•25 years ago
|
||
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 → ---
Comment 3•25 years ago
|
||
Browser, not engine. Changing component to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
Comment 4•25 years ago
|
||
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 ago → 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•