Bugs: Difference between revisions
Jump to navigation
Jump to search
(change wording) |
(change) |
||
Line 1: | Line 1: | ||
Bugs should be reported via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers. | Bugs should be reported via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers. | ||
firefox javascript [[mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC]] | ==Possible bugs== | ||
Below there are some possible bugs that users where unwilling to reported via bugzilla. | |||
*firefox javascript [[mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC]] | |||
alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); | alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); | ||
FF1.5.0.3 returns 0; | FF1.5.0.3 returns 0; |
Revision as of 13:34, 1 June 2006
Bugs should be reported via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers.
Possible bugs
Below there are some possible bugs that users where unwilling to reported via bugzilla.
- firefox javascript mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC
alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); FF1.5.0.3 returns 0;