Closed (fixed)
Project:
Views Autocomplete Filters
Version:
2.0.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2023 at 11:22 UTC
Updated:
23 Oct 2023 at 12:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mvogel commentedsee the patch for refactoring
Comment #3
sumit-k commentedVerified patch. Working fine for me.
Comment #4
sumit-k commentedComment #6
lysenkoAfter applying patch #3, almost everything works fine, but I get a minor error
Error: cannot call methods on autocomplete prior to initialization; attempted to call method 'destroy'
It is caused by this line:
$(context).find("input.form-autocomplete").autocomplete("destroy");
I prepared a small distortion
Comment #8
lysenkoI did move the changes from the patch #2 into merge request also did add the fix for the error: "Cannot call methods on autocomplete prior to initialization; attempted to call method 'destroy'"
Comment #9
o_timoshchuk commented+1 RTBC Working fine for me.
Comment #10
vasikesmall comment on MR ... so maybe a cleanup and a second look to go back to RTBC
Comment #11
vasikeI think we're back to RTBC
Comment #12
vasikei think this is critical, as without it, it's doesn't work on D10
Comment #14
vasikeMR merged, but in the new version of the module.
so closing for now.
feel free to re-open, if needed.