http://bugzilla.wpkg.org/show_bug.cgi?id=161 Jason Oster <parasytic at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |parasytic at gmail.com --- Comment #1 from Jason Oster <parasytic at gmail.com> 2009-05-27 21:12:43 --- Correction: parseInt() is attempting to parse strings beginning with 0, as octal notation. Since '9' and '8' are invalid octal digits (given in my example) parseInt returns 0. parseInt("016") == 14 -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |