yaban / javascript-bcrypt

Automatically exported from code.google.com/p/javascript-bcrypt
0 stars 0 forks source link

Javascript Errors with IE #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to run the Test page in IE

What is the expected output? What do you see instead?
Expect to see the hash, see Object Error instead.

What version of the product are you using? On what operating system?
jsBCrypt version 0.2, Win 7, IE 8.

Please provide any additional information below.
I "fixed" it for my use by replacing the brackets on the textbox strings with 
atChar() throughout the code. Firefox and Opera can use the brackets, treating 
the string as a simulated array, but IE will fail.

Original issue reported on code.google.com by bob%staa...@gtempaccount.com on 30 Jul 2010 at 10:50

GoogleCodeExporter commented 9 years ago
Fixed in revision: 81be32432d

Original comment by nevins.bartolomeo@gmail.com on 8 Mar 2011 at 4:26