Bug 81728 - several long-standing KJS bugs
Summary: several long-standing KJS bugs
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 07:37 UTC by Mark D. Anderson
Modified: 2005-04-19 14:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark D. Anderson 2004-05-17 07:37:48 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Compiled From Sources

See http://burstproject.dyndns.org/tests/testbrowser/browser_bugs.html

This lists several bugs in KJS. Actually, in my build
from source of 3.2.2 on OSX, several of the tests actually
crash Konq. Two highlights:

problem parsing named functions
function noop(f) {}; noop(function foobar() {}); alert('ok')

inconsistent Math.floor and Math.round on large numbers
var n = 1000000000000000; if (Math.floor(n+0.5) == Math.round(n)) alert('ok')
Comment 1 Harri Porten 2004-10-02 13:34:08 UTC
The named function and Math bugs are fixed now for KDE 3.3.1. The two
remaining problems are within the ECMA bindings. Reassigning.
Comment 2 Allan Sandfeld 2005-01-10 00:10:59 UTC
Link doesn't work anymore. Mirrors?
Comment 3 Mark D. Anderson 2005-01-10 00:28:55 UTC
Now at http://burstproject.org/tests/testbrowser/browser_bugs.html
Comment 4 Allan Sandfeld 2005-01-10 00:50:54 UTC
I cannot find any remaining issues on that page with Konqueror 3.4 beta1
Comment 5 lexual 2005-04-19 14:32:00 UTC
Allan, can we close [or I'll close for you] this bug for 3.4.0 ???
Wasn't into going through page again if you've already done that.
Comment 6 Allan Sandfeld 2005-04-19 14:59:48 UTC
*** Bug has been marked as fixed ***.