Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

onkeydown broken firefox 9

  • 3 réponses
  • 25 ont ce problème
  • 1 vue
  • Dernière réponse par Igo_AtM

more options

Since auto updating to firefox 9.0.1 the javascript body event onkeydown seems broken I have the following function call in a body tag and key presses are not accessing the keyreader function at all <body onload='cms_init();' onkeydown='keyreader(event);'>

Since auto updating to firefox 9.0.1 the javascript body event onkeydown seems broken I have the following function call in a body tag and key presses are not accessing the keyreader function at all <body onload='cms_init();' onkeydown='keyreader(event);'>

Modifié le par Igo_AtM

Toutes les réponses (3)

more options

I have the same problem with either onkeydown, onkeyup, and onkeypress events on the body tag. All my functions that uses key events on body tag stopped working in firefox 9.0.1

more options

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

I think the failure of firefox 9 to respect key events on the body tag is actually an issue with the firefox code base rather than an issue with the XHTML validated script within the page that the problem occurs in. The purpose of presenting the question here was to attempt to direct the developers attention to the issue. It would seem that changes to the browser code have now made a valid body attribute none functional

Modifié le par Igo_AtM