Opened 14 years ago
Closed 14 years ago
#3284 closed bug (duplicate)
Since 1.2.5 event.altKey is undefined
Reported by: | tzury | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | event altKey | Cc: | |
Blocked by: | Blocking: |
Description
I created a simple document which one can use with firebug and start combining 'alt' with another key so to see the result.
I found it using it with FF3 on Linux. And have no idea how it will behave in other platforms / environments.
<html> <head> <script src="http://jqueryjs.googlecode.com/files/jquery-1.2.5.js"></script> <script> $(document).ready(function (){ $.event.add(document, 'keydown', showEventDetails); }); function showEventDetails(event){ console.log("Alt:%s", event.altKey); } </script> </head> <body> </body> </html>
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to tzury:
already been fixed in the svn version should be closed