Bug 23375 - Invalid chars in component names
Summary: Invalid chars in component names
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 2.18
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-05 07:34 UTC by Jesper Skov
Modified: 2013-06-24 03:08 UTC (History)
0 users

Fixed In Version: 2.18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-17 20:40:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Jesper Skov 2001-01-05 07:34:08 UTC
Using ' in component names (e.g. "User's Guide") causes the javascript
version of the query page to fail with an error. 

JavaScript Error: http://bugzilla.redhat.com/bugzilla/query.cgi?jscript=1,
line 81:

missing ] in index expression. 

cpts['Component Writer's Guide'] = new Array();
.......................^

JavaScript Error: http://bugzilla.redhat.com/bugzilla/query.cgi?jscript=1,
line 8293:

selectProduct is not defined. 


As a workaround I've changed those component names to use ~ instead of '
Those components are for the RedHat eCos product.

Comment 1 David Lawrence 2006-04-08 17:47:22 UTC
Red Hat's current Bugzilla version is 2.18. I am moving all older open bugs to
this version. Any bugs against the older versions will need to be verified that
they are still bugs. This will help me also to sort them better.


Note You need to log in before you can comment on or make changes to this bug.