Closed
Bug 234893
Opened 21 years ago
Closed 21 years ago
Gecko/20040206 Firefox/0.8 - javascript onChange event does not work from keyboard
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 126379
People
(Reporter: daci28, Assigned: bugzilla)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
javascript event "onChange" it is not working if you change a <select> object
from keyboard.
example:
<select onChange="alert('ok')">
<option>one</option>
<option>two</option>
</select>
using mouse it will alert - but change it from keyboard and you'll see that it
is not working at all.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 126379 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•