Closed
Bug 874464
Opened 12 years ago
Closed 12 years ago
unable to file bugs with the guided bug entry form using IE
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
unable to file bugs with the guided bug entry form using IE.
there's two javascript errors:
'null' is null or not an object
extensions/ProdCompSearch/web/js/prod_comp_search.js:73
Message: Expected identifier, string or number
http://fedora/bmo_4.2/enter_bug.cgi:1297
> 'null' is null or not an object
> extensions/ProdCompSearch/web/js/prod_comp_search.js:73
prod_comp_search was accessing an element before it was ready in the dom.
moved the init code to run after domready.
> Message: Expected identifier, string or number
> enter_bug.cgi:1297
trailing comma in array. i wish this didn't break IE.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
modified extensions/ProdCompSearch/web/js/prod_comp_search.js
Committed revision 8815.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: GuidedBugEntry → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•