Bug Tracker

Ticket #927 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Error (probably regression) in autocompleter

Reported by: brian Assigned to: stefan
Type: bug Priority: critical
Milestone: Component: interface
Version: 1.1a Keywords: autocompleter
Cc: Needs:

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

Attachments

Change History

Changed 2 years ago by stefan

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.