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 2009-11-05 09:06:03

bjartekv
New member

0.4.2 keydown event doesn't fire when ENTER key is pressed

Hello, and thank you for this tool.

After upgrading to 0.4.2 the following event will not fire when ENTER key is pressed in either IETester 6,7,8 but other keys works fine.
Works fine in 0.4.1 and IE8.

OS: XP Pro, SP3 IE8 installed

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <script type="text/javascript" src="http://prototypejs.org/assets/2009/8/31/prototype.js"></script>
</head>
<body>
    <input type="text" id="i" />

    <script type="text/javascript">
        Event.observe(window, 'load', function () {
            $('i').observe('keydown', function (e) { alert(e.keyCode); } );
        });
    </script>
</body>
</html>

Last edited by bjartekv (2009-11-06 09:12:29)

Offline

 

#2 2009-11-16 10:29:54

t1mmyb
New member

Re: 0.4.2 keydown event doesn't fire when ENTER key is pressed

I also have this problem.

OS: Vista SP1
Standard IE: 7.0.6001.18000
IETester: 4.2

Offline

 

#3 2010-02-12 15:09:35

fabrice
DebugBar Support

Re: 0.4.2 keydown event doesn't fire when ENTER key is pressed

Sorry... I forgot to answer, but I'm working on this....

Offline