Closed
Bug 218585
Opened 22 years ago
Closed 22 years ago
entering bug generates Javascript error
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 219216
People
(Reporter: jhlavon, Assigned: myk)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; H010818)
Build Identifier:
When enter new bug throw script "bugzilla/enter_bug.cgi", this file/line
\wwwroot\bugzilla\template\en\default\bug\create\create.html.tmpl
Line 37
default_owners[[% count %]] = "[% c.default_login FILTER html %]";
generate Javascript error "Endless string constant", and
target line is breaken in two lines:
default_owners[0] = "root@localhost.web
";
Reproducible: Always
Steps to Reproduce:
always after page reloaded
The line in question was last touched on Sep 17 to fix bug 219216. Could you
update to tip and see if your problem persists?
In CVS version at Oct 10 2003 bug no more appears :-)
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 219216 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•13 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
•