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)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
5.12.1

People

(Reporter: vish_moz, Assigned: potch)

References

()

Details

(Keywords: regression, Whiteboard: [fromAutomation])

Attachments

(1 file)

Attached image create collection form
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
Whiteboard: fromAutomation → [fromAutomation]
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
Hmm, did this change recently on the front end?
Assignee: nobody → thepotch
(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.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Verified, FIXED.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: