Bugs: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Bugs can be reported to developers via https://bugzilla.mozilla.org, a system which also will publish your email address and make it available to spammers. | |||
Bugs | |||
==Possible bugs== | ==Possible bugs== | ||
Below there are some possible bugs that users where unwilling to reported via bugzilla. | 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]] | * 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; | ||
===Login bug=== | |||
This bug prevents FireFox from keeping you logged in to websites. Each time you open and close Firefox, you will have to re-login to sites. | |||
==See also== | ==See also== | ||
*[[Bugzilla]] | * [[Bugzilla]] |
Latest revision as of 15:26, 16 March 2009
Bugs can be reported to developers 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;
Login bug
This bug prevents FireFox from keeping you logged in to websites. Each time you open and close Firefox, you will have to re-login to sites.