Closed
Bug 4080
Opened 26 years ago
Closed 25 years ago
JS events: onChange failure
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
M9
People
(Reporter: ckritzer, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Actual Result:
onChange failed areas marked 1,2,4,7,8 on above URL
Expected Result:
Each object, when given focus, should show a corresponding message in the Input
Events[3] field
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
QA Contact: 3847 → 4120
Reporter | ||
Comment 1•26 years ago
|
||
Sorry, the last lines of the previous comments should read:
"Each object, when a change is made and focus is removed, should show a
corresponding message in the Input Events[3] field"
Updated•26 years ago
|
Assignee: joki → pollmann
Comment 2•26 years ago
|
||
Eric, here's some onChange bugs. If you find the problem is with focus
shifting, not onChange, note it and give it back.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
Excellent test case. This is a superset of bug 3322, so I'm not marking it a
duplicate.
Assignee | ||
Updated•26 years ago
|
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Assignee | ||
Comment 5•26 years ago
|
||
Nope, all platforms.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M9
Assignee | ||
Comment 7•25 years ago
|
||
onChange is now sent for selects (elements 7 and 8)
I visited the above URL and the elements still do not send onChange events:
1) Text input
2) Password input
3) Textarea
4) File input
5) Checkbox input
6) Radio input
Pushing these implementations off to M9.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 10•25 years ago
|
||
More information is on but 7595 so I'm marking this a dup.
*** This bug has been marked as a duplicate of 7595 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
Verified Duplicate of 7595
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•