#927 closed bug (fixed)
Error (probably regression) in autocompleter
Reported by: | brian | Owned by: | stefan |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | interface | Version: | 1.1a |
Keywords: | autocompleter | Cc: | |
Blocked by: | Blocking: |
Description
In $.iAuto.clickItem :
jQuery.iAuto.applyOnSelect(jQuery.iAuto.subject,jQuery.iAuto.subject.autoCFG.lastSuggestion.get(iteration), 'onSelect');
should probably be
jQuery.iAuto.applyOn(jQuery.iAuto.subject,jQuery.iAuto.subject.autoCFG.lastSuggestion.get(iteration), 'onSelect');
This gives an error on the demo page: jQuery.iAuto.applyOnSelect is not a function
Note: See
TracTickets for help on using
tickets.