Closed
Bug 160158
Opened 23 years ago
Closed 23 years ago
Popup Menu won't select proper item
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: CompWX, Assigned: bryner)
References
()
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
949 bytes,
text/html
|
Details | |
2.42 KB,
patch
|
Details | Diff | Splinter Review |
Using Chimera 0.4 Milestone on MacOS X 10.1.5 The "Select Your State" Popup menu
on the above link does not allow you to select any state but alabma.
Reproduceable: always
Steps to Reproduce:
1. go to http://help.rr.com/rrwho.asp
2. selet "Time Warner" in the "Select Your Provider" Popup menu
3. selet any state except Alabama in the "Select Your State" Popup menu
Reporter | ||
Comment 1•23 years ago
|
||
Sorry, trackpad slip there's more
expected result:
State is selected
Actual Result:
Alabama is selected
Comment 2•23 years ago
|
||
neat, are there any other sites that exhibit the problem? Is is a visual glitch
only (does the right state get submitted)?
Assignee: saari → pinkerton
Reporter | ||
Comment 3•23 years ago
|
||
This does not appear to be simply a visual glitch because if you notice the
third popup menu only has birmingham (a city in alabama) as a choice.
Confirmed using Chimera/20020724. Though it works using FizzillaCFM/2002072203,
JavaScript errors ("list.click is not a function") are generated when the
SELECTs are changed.
Adding qawanted for testcase minimization.
Keywords: qawanted
Reporter | ||
Comment 6•23 years ago
|
||
Another example of this at http://consumer.usa.canon.com/techsupport/index.html
Reporter | ||
Comment 7•23 years ago
|
||
zappiabj@muohio.edu, thanks for minimizing the HTML. However, the JavaScript
still needs minimization, and it still generates an error I mentioned in comment
5. (It's still possible that if that error is fixed, the whole things works, you
understand.)
Reporter | ||
Comment 9•23 years ago
|
||
Attachment #93658 -
Attachment is obsolete: true
Comment 10•23 years ago
|
||
Would bug #160538 be a dup of this bug?
See http://bugzilla.mozilla.org/show_bug.cgi?id=160538#c10 for my reasoning
Updated•23 years ago
|
QA Contact: winnie → sairuh
Assignee | ||
Comment 11•23 years ago
|
||
Don't use the content id as an identifier for option elements, since it's
always 0 for dynamically inserted elements (and I understand that it will be
removed soon anyway). Just stuff the content pointer into the menu item tag.
Updated•23 years ago
|
Attachment #96912 -
Flags: review+
Comment 12•23 years ago
|
||
Comment on attachment 96912 [details] [diff] [review]
patch
r=pink
Assignee | ||
Comment 13•23 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
went thru the url and test cases here, and this looks fixed using 2002.08.28.05.
Status: RESOLVED → VERIFIED
Component: Toolbars & Menus → HTML Form Controls
Comment 15•23 years ago
|
||
*** Bug 160538 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•