Closed
Bug 603425
Opened 15 years ago
Closed 15 years ago
'url' field does not get updated while filling the 'create collection' form
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.1
People
(Reporter: vish_moz, Assigned: potch)
References
()
Details
(Keywords: regression, Whiteboard: [fromAutomation])
Attachments
(1 file)
|
242.54 KB,
image/png
|
Details |
STR:
1. log into preview
2. My Account -> My Collections -> Create a Collection
3. Type collection name in the 'name' field
Expected behavior:
While user types the collection name the url filed should get updated automatically with the name.
Actual behavior:
the url field does not get updated
Updated•15 years ago
|
Whiteboard: fromAutomation → [fromAutomation]
Comment 1•15 years ago
|
||
Autocomplete for add-on name is also broken. JS issues on this page?
JS error:
addon_ac.autocomplete({minLength: 3, width: 300, source: function (h, g) {$.getJSON($("#addon-ac").attr("data-src"), {q: h.term}, g);}, focus: function (g, h) {$("#addon-ac").val(h.item.label);return false;}, select: function (g, h) {$("#addon-ac").val(h.item.label).attr("data-id", h.item.id).attr("data-icon", h.item.icon);return false;}}).data("autocomplete") is undefined
https://preview.addons.mozilla.org/media/js/common-min.js?build=c5ae5e4
Line 49
Keywords: regression
Target Milestone: --- → 5.12.1
Comment 2•15 years ago
|
||
Hmm, did this change recently on the front end?
Updated•15 years ago
|
Assignee: nobody → thepotch
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Hmm, did this change recently on the front end?
It must have changed on/after October 8th 2010. Automation test on collections were passing until Oct 7th.
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 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
•