Closed
Bug 306201
Opened 19 years ago
Closed 19 years ago
Sub Category list box is not displayed and no item can be selected
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 194121
People
(Reporter: gilado, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Sub Category list box is not displayed and no item can be selected Works fine in Konqueror 3.2.2 (KDE 3.2.2) Gentoo linux 2.4.26 Reproducible: Always Steps to Reproduce: 1. get the page 2. select a category 3. select a different category Actual Results: nothing Expected Results: a sub category list should display for every selected category
Comment 1•19 years ago
|
||
Throws JS Error Error: uncaught exception: [Exception... "Not enough arguments [nsIDOMHTMLSelectElement.add]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: http://www22.verizon.com/ForYourBusiness/common/utilities/contactusemail.asp :: selectChange :: line 334" data: no] but teh add method should have 2 argument accordign to w3c specs And shoudl thro such error. http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-94282980 basically IE, Konqueror and others accept a nonexistence of teh second parameter. *** This bug has been marked as a duplicate of 194121 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•