3 Replies Latest reply on Aug 26, 2010 8:16 AM by ilya_shaikovsky

    rich:hotKey is not working in Firefox

    ashok_nm

      Hi ,

       

         I was trying to disable backspace key except for input elements like this inside my form.

       

           <rich:hotKey key="backspace" id="backHotKey" disableInInput="true" handler="return false;" />

       

      But in FF, backspace key is disabled for input elements also, but i have  disableInInput="true".(FF 3.0)

       

      But it works perfectly in IE6.

       

      Anybody came accross this problem...pls help.

       

      Thanks in advance.