Closed
Bug 5937
Opened 27 years ago
Closed 27 years ago
onChange handler for SELECT form element not working
Categories
(Core :: XUL, defect, P3)
Tracking
()
M6
People
(Reporter: cmanske, Assigned: waterson)
Details
Attachments
(1 file, 1 obsolete file)
|
398 bytes,
text/plain
|
Details |
Using the SELECT element for a combobox:
<select size="1" onChange="OnChangeCombo()">
The implemented handler is not called when the selected item is changed
| Assignee | ||
Comment 1•27 years ago
|
||
Charlie, try "onchange" (no intercaps).
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
| Assignee | ||
Comment 2•27 years ago
|
||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Comment 3•27 years ago
|
||
Fixed.
Re-tested on 1999-05-18-09 build. The event handler isn't called until the
select list gets focus, after a selected item is changed. The event handler is
expected to run right after the selected item is changed, without having to give
focus back to the select list.
When the selected item isn't changed, the event handler is called the first time
you give focus to the select list after loading the page. The event handler is
not expected to run just by giving focus to the select list. Reopening bug.
| Assignee | ||
Updated•27 years ago
|
Status: REOPENED → RESOLVED
Closed: 27 years ago → 27 years ago
Resolution: FIXED → DUPLICATE
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: gerardok → xptoolkit.widgets
Updated•2 years ago
|
Attachment #9269113 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•