Yes i tried that and it did.... 'click' works and keypress works in 
everything except Firefox .... perhaps firefox just doesnt observe keypress 
on documents or elements and listens on input elements


I will continue to investigate


Ta
Alex
----- Original Message ----- 
From: "Walter Lee Davis" <wa...@wdstudio.com>
To: <prototype-scriptaculous@googlegroups.com>
Sent: Thursday, May 07, 2009 5:40 PM
Subject: [Proto-Scripty] Re: Keypress event


>
> Have you tried using document.observe, then checking Event.element()
> to see if the event originated in your #contents element?
>
> Walter
>
> On May 7, 2009, at 12:23 PM, Jeztah wrote:
>
>> Having some trouble with some code...
>>
>> Event.observe('contents','keypress',function(event) {
>> alert('Key got pressed ' + event);
>> // alert(event);
>
>
> >
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to