Open GoogleCodeExporter opened 8 years ago
The code was indexing strings as arrays. This is not supported in IE7 or
earlier. The fix is simple - use charAt instead. charAt has the added bonus of
making the code much more clear about its intentions.
Patch is attached.
Original comment by derekpr...@gmail.com
on 16 Jul 2012 at 4:12
Attachments:
This is happening in IE8 as well
Original comment by tjain1...@gmail.com
on 28 Sep 2012 at 1:19
Happens in almost all versions of IE. Even on IE 9 I see the issue.
Original comment by akhil.an...@gmail.com
on 4 Oct 2012 at 8:35
Original issue reported on code.google.com by
derekpr...@gmail.com
on 16 Jul 2012 at 2:25