http://groups.google.com/group/prototype-core/browse_thread/thread/d8faa05113019c23?hl=en

On Sep 21, 7:58 am, Vaie Lab <vaiel...@gmail.com> wrote:
> Hi,
>
> I have this code:
>
> my_element.observe('click', function(event) {
>         event.stop();
>         if (event.isLeftClick()) {
>           alert('test');
>         }
>
> }
>
> Work fine on firefox & safari, but IE8 always return false on
> event.isLeftClick()
> Some one have a idea how I can fix this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to