Closed
Bug 178727
Opened 23 years ago
Closed 23 years ago
select list onchange does not work as expected when manipulated with keyboard
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 178288
People
(Reporter: tommy, Assigned: joki)
Details
When a <select> has focus and you change the selection using the keyboard, the
onchange handler is not fired until the select list loses focus. This behavior
is not typical from what I have seen in other browsers including older versions
of Netscape Navigator.
Comment 1•23 years ago
|
||
Please always include the Mozilla build ID when you file a bug.
This URL is a good guide to filing:
http://bugzilla.mozilla.org/enter_bug.cgi?format=guided
Among other things, it automatically adds your build ID.
This is a browser issue, not a JS Engine issue. JavaScript Engine
deals with the abstract JavaScript programming language. Specifically,
low-level objects such as String(), Number(), and Date(). The JS Engine
is not itself aware of browser or DOM objects like window, document,
selects, etc.
Reassigning to DOM Level 0, although this is a duplicate which
I will now look up -
Assignee: rogerl → joki
Component: JavaScript Engine → DOM Events
QA Contact: pschwartau → vladimire
Comment 2•23 years ago
|
||
Duplicate of bug 178288,
"select tag doesn't always fire onchange events"
Tommy: thank you for this report. Note that bug 178288 was marked
Invalid. If you disagree, please reopen that bug, not this one; thanks-
*** This bug has been marked as a duplicate of 178288 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•