Closed
Bug 4410
Opened 26 years ago
Closed 26 years ago
ignoring 'onChange' in <SELECT>
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: pete.nelson, Assigned: pollmann)
References
()
Details
I tried out raptor today - and was quite impressed! One problem I saw was on
our homepage [ http://www.ci.saint-paul.mn.us ] which uses <SELECT> menus:
<SELECT name="url"
onChange="window.open(this.options[this.selectedIndex].value,'_top')">
<option value="/mayor/">
About Saint Paul
<option value="/mayor/">
Mayor's Page
<option value="/mayor/stateofcity99.html">
State of the City
...
</SELECT>
The 'onSelect' didn't work. We also use a 'Go' button to call 'navigate.cgi'
for older browsers, or browsers without javascript. When I pressed the 'Go'
button, it took me to the CGI, redirected me to the right page, but, it didn't
replace the history, so hitting 'Back' on raptor gets me stuck at the CGI.
Updated•26 years ago
|
Assignee: norris → vidur
Comment 2•26 years ago
|
||
This is the DOM, not JS.
Updated•26 years ago
|
Assignee: vidur → pollmann
Comment 3•26 years ago
|
||
Eric, I believe the onchange() problem is yours.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•26 years ago
|
||
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
•