Bug 52563

Summary: javascript testpage incorrectly displayed
Product: [Applications] konqueror Reporter: Matthias Schulz <matthschulz>
Component: kjsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: maksim
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthias Schulz 2003-01-03 17:52:29 UTC
Version:           4.0 (using KDE 3.0.5)
Installed from:     (3.0)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.18

On the page http://www.misitio.ch/ie/ie_all/java/javatest.html is the top clock to test the Java Virtual Machine correctly displayed showing a analog clock.
The bottom test for JavaScript just shows zero's. According to this page this means JavaScript is deactivated. It is activated!
Lacking any programming knowledges in Javascript I have no chance to find out, wheter the test code is broken or the JavaScript in Konqueror has a bug.

Thanks for the great work !!!

Matthias
Comment 1 Harri Porten 2003-09-30 20:25:19 UTC
The main issue is fixed. The setTimeout() call in onload is missing a timeout
value ! Bad JavaScript. Still the JS counter doesn't work which strangely
is correlated to the fact that I don't have a JVM.

Somebody please confirm that above site works and close this report.
Comment 2 Harri Porten 2003-10-01 00:00:08 UTC
*** Bug has been marked as fixed ***.