Closed
Bug 366627
Opened 19 years ago
Closed 19 years ago
autocompletion does not trigger onchange events
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 359387
People
(Reporter: paul.belt, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)
Use something akin to this:
<input type=text onchange="alert('wuff')" />
Use auto-completion to fill in that input field. Notice the onchange event is not called. I tried this in safe-mode too.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
The workaround is to clear form data or completely disable it.
Comment 1•19 years ago
|
||
Dupe of bug 359387?
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•