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