The results as I type 123 are as follows
1 char typed -> 1
2 char typed -> no alert
3 char typed -> 123
I will have to test this on IE7.
If anyone knows why IE8 is causing this issue, please let me know.
Xay Moua
Tuesday, June 2, 2009
Found a workaround
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
Added the IE7 compatibility and is now working.
Xay Moua
Tuesday, June 2, 2009
Thanks Xay
Rafa
Tuesday, July 28, 2009
I am experiencing a problem with this too.
Where does the workaround go?
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
Friday, January 15, 2010
I tried the above fix and am still having the same problem when using IE8 - other browsers are fine.
If the user types in ".5" the input is "."
any ideas/fixes?
thanks!
Max
Tuesday, January 19, 2010
I just downloaded 2.5.5 and this is STILL happening - even with the <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > fix.
We've got a client now on IE8 - any fixes?
Max