Closed
Bug 26222
Opened 25 years ago
Closed 25 years ago
Combo choices not implimented
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bladerunner, Assigned: vidur)
References
()
Details
Overview Description:
Combo boxes open up, however, choices are not implemented. Almost like the
browser does not send the new request to the server.
Steps to Reproduce:
1) go to cnn site
2) open a combo box
3) choose one option
Actual Results:
Nothing happens.
Expected Results:
Rediretion.
Build Date & Platform Bug Found:
2000013111 on NT 4.0
Additional Builds and Platforms Tested On:
None yet!
Additional Information:
None
Nothing to do with html dialogs. Guessing XP widgets.
Assignee: davidm → trudelle
Component: HTML Dialogs → XP Toolkit/Widgets
QA Contact: elig → paulmac
Comment 2•25 years ago
|
||
upon closer review, this has to do with some javascript and onchange not doing
something. Reassigning to js people. Let me know if I have re-assigned
incorrectly, I don't know the area very well.
Assignee: trudelle → mccabe
QA Contact: paulmac → rginda
Comment 3•25 years ago
|
||
The JS engine component is just concerned with how JavaScript language
constructs - functions and for loops - work. It also includes core objects that
aren't specific to the browser imbedding, like Array and String.
onChange is a DOM function - reassigning there.
Assignee: mccabe → vidur
Component: XP Toolkit/Widgets → DOM Level 0
QA Contact: rginda → desale
Comment 4•25 years ago
|
||
i'm able to get the redirection on solaris on the two comboboxes i found on the
main cnn page (from a build pulled this morning), and have done this before on
linux as well.
Assignee | ||
Comment 5•25 years ago
|
||
Onchange handlers on selects do work and I'm able to get correct results from
the combo boxes on cnn.com.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 6•25 years ago
|
||
marking verified, looks like maybe this was just broken for a day or so
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•