Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
