thanks again,
you may close the ticket I opened yesterday regarding this (http://
dev.jquery.com/ticket/3284)

On Aug 24, 9:51 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote:
> It has already been fixed in SVN. If you don't want to use the SVN version
> then simply reference the altKey property like this:
> event.originalEvent.altKey
>
> --
> Brandon Aaron
>
> On Sun, Aug 24, 2008 at 1:06 PM, Tzury <[EMAIL PROTECTED]> wrote:
>
> > The latest version that behave correctly is 1.2.4.
> > How could I submit a fix for this issue?
>
> > On Aug 23, 8:50 pm, Tzury <[EMAIL PROTECTED]> wrote:
> > > problem:
> > > event.altKey is undefined.
>
> > > environment:
> > > Linux/ FF 3.0.1 / jQuery-1.2.6
>
> > > remark:
> > > when I am using older version (1.1.4) everything works fine.
>
> > > The following markup along with firebug will be handy to capture it.
>
> > > <html>
> > >     <head>
> > >         <script src="http://jqueryjs.googlecode.com/files/
> > > jquery-1.2.6.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>

Reply via email to