[Proto-Scripty] Re: Event.stop(event) and IE7

2008-09-17 Thread kukipei
In IE7 with Event.stop(event); I can not stop propagation for any key. It is look like It doesn't work for keyup event --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to t

[Proto-Scripty] Event.stop(event) and IE7

2008-09-17 Thread kukipei
Hi to all, I want to stop propagation of alt keyup event. This is a part of the code: Event.observe(document, 'keyup', function(event) { Event.stop(event); if (event.keyCode == 18)//alt key { if($('temp_1_2').disabled == false) {