[jQuery] Re: jQuery 1.2.6 event.altKey is undefined

2008-08-24 Thread Brandon Aaron
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

[jQuery] Re: jQuery 1.2.6 event.altKey is undefined

2008-08-24 Thread Tzury
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

[jQuery] Re: jQuery 1.2.6 event.altKey is undefined

2008-08-24 Thread Tzury
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 thanks for the information - that props copying line was the problem. anyway, in my case for the matter of backward (and forward)

[jQuery] Re: jQuery 1.2.6 event.altKey is undefined

2008-08-24 Thread Tzury
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