Side navigation
#927 closed bug (fixed)
Opened February 07, 2007 06:02PM UTC
Closed February 08, 2007 07:05AM UTC
Last modified June 21, 2007 04:54AM UTC
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
Attachments (0)
Change History (1)
Changed February 08, 2007 07:05AM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |