Closed
Bug 520990
Opened 16 years ago
Closed 16 years ago
[dashboard][shipping] Lack of escaping in customizeRow
Categories
(Mozilla Localizations :: Infrastructure, defect)
Mozilla Localizations
Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: zbraniecki)
Details
In customizeRow, the 'revision' handling needs to escape the data, in particular, right now, tags in comments get injected into the page.
| Assignee | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•16 years ago
|
||
Reopening, escape(' ') is '%20' which is not parsed into ' ' again.
Per chat with gandalf, this should be morphed into using straight jquery to set a text node or attribute.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → gandalf
| Reporter | ||
Updated•15 years ago
|
Summary: [dashboard][signoff] Lack of escaping in customizeRow → [dashboard][shipping] Lack of escaping in customizeRow
You need to log in
before you can comment on or make changes to this bug.
Description
•