Closed
Bug 494365
Opened 16 years ago
Closed 16 years ago
Collection name over-escaped in case of form error on collection creation page
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
addons.mozilla.org Graveyard
Collections
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: wenzel, Assigned: wenzel)
References
()
Details
Attachments
(1 file)
1.36 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
* Try to create a new collection.
* Enter something like "John Doe's Favorite Add-ons" as a name
* Keep the description empty to cause a form error
* submit
-> The name field will contain "John Doe\'s..."
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #379102 -
Flags: review?(clouserw)
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Updated•16 years ago
|
Attachment #379102 -
Flags: review?(clouserw) → review+
Comment 2•16 years ago
|
||
This is also occurring on the user account registration page.
https://preview.addons.mozilla.org/en-US/firefox/users/register
First name: Mary'Lyn
Expected Results: Mary'Lyn
Actual Results: Mary\'Lyn
Comment 3•16 years ago
|
||
On each post back it appends more backslashes (i.e, I miss a field and click Submit)
Assignee | ||
Comment 4•16 years ago
|
||
r26153, thanks.
Aaron: This is a different bug, do you mind filing it separately?
Comment 5•16 years ago
|
||
Wenzel: Bug 494597 (In reply to comment #4)
> r26153, thanks.
>
> Aaron: This is a different bug, do you mind filing it separately?
https://bugzilla.mozilla.org/show_bug.cgi?id=494597
Comment 6•16 years ago
|
||
The case in comment 0 is verified FIXED on https://preview.addons.mozilla.org/en-US/firefox/collections/add.
Status: RESOLVED → VERIFIED
Comment 7•16 years ago
|
||
removing "push-needed" from 105 AMO 5.0.6 bugs; filter on "I hate stephend!"
Keywords: push-needed
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•