Closed
Bug 8363
Opened 25 years ago
Closed 25 years ago
OnChange event in SELECT is not called when needed
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: b9678050, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
In order to reproduce the problem you will need to login the chat at:
http://www.alamak.com/login.html (any chat server). The select box in the
bottom with room names is supposed to automaticly submit the form (via
JavaScript hook) when a new room is selected, it works fine in Navigator3/4 but
fails in build 1999061608. It works like:
1. Choose new room in the select box (nothing happens)
2. Remove focus form select box (say to input line)
3. Give focus to select box and only now it calls JavaScript and submits the
form (should have done so in the 1st stage).
HTML code for JavaScript:
<SELECT NAME="r" OnChange="document.forms[0].submit()">
<OPTION SELECTED>Doorstep
<OPTION>Doorstep
<OPTION>Room1
<OPTION>Room2
</SELECT>
(file with actual HTML attached)
Eric -- this may be related to work you're doing. Please take a look.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Agreed. This is a duplicte of 3322.
You need to log in
before you can comment on or make changes to this bug.
Description
•