Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

onkeydown broken firefox 9

  • 3 Antworten
  • 25 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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);'>

Geändert am von Igo_AtM

Alle Antworten (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

Geändert am von Igo_AtM