agungprasetyosakti / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

that.all[...].events is null #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
when i traverse controls with tab key i have this error: that.all
[...].events is null.
This is the page with issue.

<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.hotkeys.js"></script>
<script type="text/javascript">
    function shortcuts() {
        $.hotkeys.add('f6',function(){ alert('f6'); });
        $.hotkeys.add('f7',function(){ alert('f7'); });
        $.hotkeys.add('f8',function(){ alert('f8'); });
        $.hotkeys.add('f9',function(){ alert('f9'); });
        $.hotkeys.add('esc',function(){ alert('esc'); });
    }

    $(document).ready(shortcuts);
</script>
<head>
<body>
<a href="javascript://">Link 1</a>
<br/>
<a href="javascript://">Link 2</a>
<br/>
<input type="text" />
<br/>
<input type="text" />
</body>
</html>

Original issue reported on code.google.com by pale...@gmail.com on 3 Jan 2008 at 8:26

Attachments:

GoogleCodeExporter commented 8 years ago
What browser are you using?

Original comment by Afro.Sys...@gmail.com on 3 Jan 2008 at 9:07

GoogleCodeExporter commented 8 years ago
i'm using ie7

Original comment by pale...@gmail.com on 3 Jan 2008 at 9:49

GoogleCodeExporter commented 8 years ago
Will be fixed today

Original comment by Afro.Sys...@gmail.com on 6 Jan 2008 at 10:10

GoogleCodeExporter commented 8 years ago
Fixed!
Check the new downloadables.

Original comment by Afro.Sys...@gmail.com on 6 Jan 2008 at 11:40

GoogleCodeExporter commented 8 years ago
Thanks!
Nice work

Original comment by pale...@gmail.com on 6 Jan 2008 at 2:53