[CLOSED] keypress event

  1. #1

    [CLOSED] keypress event

    Hello,

    I specify just the keypress event on a field. In IE the function attached with the keypress event is only fires when all keys without the special keys are pressed. But with Firefox 3.6 this doesn't work, the function is also called when a special key is pressed (which is not desire). How can I deal with it? Any idea?

    Romuald.
    Last edited by Daniil; Apr 25, 2011 at 8:08 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I discovered the different behaviors for different special keys in IE and FF, for example: alt, ctrl, esc.

    It's related how browsers deals with hot keys, and it's rather not in our competence how they deal with them.

    if you want to achieve the same behavior in these browsers I would suggest you to use only KeyPress event to handle both kind of keys - common and special.
  3. #3
    Thank you for your answer and your suggestion.

    Romuald.

Similar Threads

  1. TriggerField KeyPress event
    By reyonlines in forum 1.x Help
    Replies: 8
    Last Post: Oct 08, 2013, 6:29 AM
  2. [CLOSED] KeyDown and KeyPress Event
    By rosua in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 04, 2012, 11:43 AM
  3. [CLOSED] don't works KeyPress
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 19, 2011, 9:29 AM
  4. Replies: 11
    Last Post: Jun 22, 2009, 4:54 PM
  5. Replies: 1
    Last Post: Jun 12, 2009, 5:14 AM

Posting Permissions