Open
Bug 129432
Opened 22 years ago
Updated 1 year ago
'onkeypress', 'onkeydown', onkeyup' not working on FORM,LEGEND,OPTGROUP,OPTION
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: christinehoff4, Unassigned)
Details
(Whiteboard: [webcompat])
Attachments
(1 file)
1.59 KB,
text/html
|
Details |
Testing using 03_06_06_trunk build. Open the attached testcase. 'onkeypress', 'onkeydown', onkeyup' not working on the following FORM elements: FORM LEGEND OPTGROUP OPTION
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
These attributes are working on other FORM elements except for LABEL which has already been written up in bug http://bugzilla.mozilla.org/show_bug.cgi?id=83733. There is another general bug for 'onkeypress'- http://bugzilla.mozilla.org/show_bug.cgi?id=87555.
Updated•22 years ago
|
QA Contact: madhur → rakeshmishra
Updated•21 years ago
|
QA Contact: rakeshmishra → trix
Updated•14 years ago
|
Assignee: saari → nobody
QA Contact: ian → events
![]() |
||
Comment 4•6 years ago
|
||
Let's shake a bit this tree. HTML5 says that it must be supported https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeypress https://www.w3.org/TR/html5/webappapis.html#handler-onkeypress This is creating a Webcompat issue https://webcompat.com/issues/12260
status-firefox58:
--- → affected
Flags: webcompat?
See Also: → https://webcompat.com/issues/12260
Whiteboard: [webcompat]
![]() |
||
Comment 5•6 years ago
|
||
The markup is ```html <input name="AcademicTime" value="0" class="txt_Num" onkeypress="if(isNaN(String.fromCharCode(event.keyCode))) return false" type="text"> ```
Comment 6•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Update_affecteds
status-firefox59:
--- → ?
Comment 7•5 years ago
|
||
Perhaps if we find more sites breaking due to this we can bump the priority.
Flags: webcompat?
Assignee | ||
Updated•5 years ago
|
Component: Event Handling → User events and focus handling
Comment 8•5 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 9•5 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•4 years ago
|
Webcompat Priority: ? → ---
See Also: https://webcompat.com/issues/12260 →
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•