Closed
Bug 44083
Opened 25 years ago
Closed 25 years ago
<input type="text"> doesn't fire onchange event
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: criege, Assigned: rubydoo123)
Details
Attachments
(1 file)
|
293 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (X11; U; Linux 2.2.14-12 i686; Nav)
BuildID: 2000062709
[Pls. note: I'm submitting this via NS 4.73 as Mozilla crashed on me during the
first time entering the bug report :]
<INPUT TYPE="text" onchange="alert('onchange')"> does not work. The event does
not get fired.
Reproducible: Always
Steps to Reproduce:
1. open attached test case
2. change contents in text field
3. nothing happens when focus on text field is lost
Actual Results: nothing happens
Expected Results: alert box should pop up as defined in onchange="" handler
| Reporter | ||
Comment 1•25 years ago
|
||
Also seeing this in Win98 confirming NEW setting to ALL.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
*** This bug has been marked as a duplicate of 42675 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•