Mozilla's JavaScript issues

121 Views Asked by At

I'm preparing a presentation about JavaScript in different browsers.

I know that there are several issues with Mozilla. For example the constructor of the Date object will not accept the ISO date string. It will result in invalid date.

I've been looking for a errata which lists all known issues of this browser in one place. But I couldn't find such.

Q: Does anyone know some link or document that lists the issues of this browser. At least the most significant ones?

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

What you seem to want is bug 445494 - a tracking bug for all known ECMAScript 5 compliance issues. Look at the open bugs that it depends on. There are apparently two strict mode issues left (disabling document.all in strict mode and throwing an exception if a variable is accessed too early), String.match and String.replace methods don't update RegExp.lastIndex property, some non-standard special treatment for the Array.length property and a few similarly small issues.