Closed
Bug 263922
Opened 20 years ago
Closed 20 years ago
editflagtypes.cgi throws "'forms' is undefined" in WinXP/IE6
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 241814
People
(Reporter: aaron, Assigned: justdave)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; SV1; Feedreader; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607) Build Identifier: When you try to add a flag, the editflagtypes.cgi page throws an error under IE6. Line: 38 Char: 1 Error: 'forms' is undefined Code: 0 URL: http://my_server/bugzilla/editflagtypes.cgi?action=enter&target_type=bug That line appears to be: <body bgcolor="#ffffff" onload="selectProduct(forms [0], 'product', 'component', '__Any__');" Reproducible: Always Steps to Reproduce: I'm not the best with javascript or the IE dom--but shouldn't it read something like: <body bgcolor="#ffffff" onload="selectProduct(document.forms [0], 'product', 'component', '__Any__');" This bug blocks users from adding flags to specific products / components. It will only allow you to add them to all products and all components.
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 2.18
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 241814 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•