Closed Bug 4410 Opened 25 years ago Closed 25 years ago

ignoring 'onChange' in <SELECT>

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 3322

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.
QA Contact: 4590 → 4015
not core javascript
Component: JavaScript → Event Handling
QA Contact: 4015 → 4137
Assignee: norris → vidur
This is the DOM, not JS.
Assignee: vidur → pollmann
Eric, I believe the onchange() problem is yours.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Yup.  This is a dup of bug 3322.

*** This bug has been marked as a duplicate of 3322 ***
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.