Actions
Defect #12195
closedJavascript error with IE7 / IE8 on new issue form
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Please remove the additional comma after minLength
in application.js
function observeAutocompleteField(fieldId, url) { $('#'+fieldId).autocomplete({ source: url, minLength: 2, }); }
Regards
Updated by Etienne Massip about 12 years ago
- Status changed from New to Confirmed
- Target version set to 2.1.3
Updated by Etienne Massip about 12 years ago
Please describe the misbehavior introduced?
Updated by Teddy L about 12 years ago
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
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Fixed in r10714.
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from Resolved to Closed
Merged in 2.1-stable.
Updated by Jean-Philippe Lang about 12 years ago
- Subject changed from broken javascript in IE7 to Javascript error with IE7
Updated by Jean-Philippe Lang about 12 years ago
- Subject changed from Javascript error with IE7 to Javascript error with IE7 / IE8
Updated by Jean-Philippe Lang about 12 years ago
- Subject changed from Javascript error with IE7 / IE8 to Javascript error with IE7 / IE8 on new issue form
Actions