Vote #72700
完了Javascript error with IE7 / IE8 on new issue form
0%
説明
Please remove the additional comma after @minLength@ in @application.js@
function observeAutocompleteField(fieldId, url) {
$('#'+fieldId).autocomplete({
source: url,
minLength: 2,
});
}
Regards
journals
--------------------------------------------------------------------------------
Please describe the misbehavior introduced?
--------------------------------------------------------------------------------
@warnLeavingUnsavedMessage@ was undefined and raised an error in all pages. I didn't look for other problems, i fixed it, but i guess all functions under observeAutocompleteField was undefined.
Regards
--------------------------------------------------------------------------------
Fixed in r10714.
--------------------------------------------------------------------------------
Merged in 2.1-stable.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Thanks
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------