Open
Bug 162942
Opened 23 years ago
Updated 3 years ago
onkeydown even does not get fired on Textarea.
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: desale, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
This is MacOSX & MacOS 9.1 Specific.
onkeydown even does not get fired on Textarea.
BUILDS: 2002-08-13-05-1.0
STEPS TO REPRODUCE:
1] Load Testcase I'm going to attach.
2] click inside textarea.
3] Press any key on your keyboard.
EXPECTED RESULTS:
Textarea value should change to "onKeyDown Event Was Fired."
ACTUAL RESULTS:
Textarea value does not change.
| Reporter | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Comment 2•23 years ago
|
||
This bug is still present 25/12 2002.
In old version of Moz the onkeydown event is working well.
The problem does only ocur on mac.
Anders Both, Denmark.
Comment 3•23 years ago
|
||
Ekstra test page:
http://www.saksdesign.dk/mozbug/onkeydown.htm
Comment 4•23 years ago
|
||
Comment 6•22 years ago
|
||
Both testases work for me with a current Linux build. Is this still a problem
on OSX?
Updated•16 years ago
|
Assignee: saari → nobody
QA Contact: ian → events
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Comment 8•6 years ago
|
||
Comment on attachment 9145183 [details]
Bug 162942 - remove useless return. Sylvestre
Revision D73534 was moved to bug 1629424. Setting attachment 9145183 [details] to obsolete.
Attachment #9145183 -
Attachment is obsolete: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•