DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2010-11-03 04:02:26

benck
New member

keycode 13(return key) not working

I've found this: http://www.my-debugbar.com/forum/t485-K … ester.html
However, neither the newest version(v0.4.5) nor v0.4.2 does not work.

example:
<input size="16" id="name" type="text" maxlength="8" onkeydown="if(event.keyCode==13||event.which==13){alert('hello')}"/>

This works in my IE 8.0, but fails in IE Tester(IE 6,7,8 all fails).
OS: Windows 7 64bit enterprise

Offline

 

#2 2010-11-03 06:07:02

fabrice
DebugBar Support

Re: keycode 13(return key) not working

Hi,

I suppose you are hitting this bug :

http://www.my-debugbar.com/forum/viewtopic.php?id=500

I don't have any solution for this problem so far unfortunately. I hope to correct it in a future release, but I can't predict when.

Regards.

Offline

 

#3 2010-11-03 06:31:46

benck
New member

Re: keycode 13(return key) not working

fabrice wrote:

Hi,

I suppose you are hitting this bug :

http://www.my-debugbar.com/forum/viewtopic.php?id=500

I don't have any solution for this problem so far unfortunately. I hope to correct it in a future release, but I can't predict when.

Regards.

The reason why I post this is that I thought my code was not compatible with IE. However, I've figured out that it's not my fault.
Thanks.

Offline