- Issue created by @mvogel
- Status changed to Needs review
almost 2 years ago 11:24am 3 March 2023 - Status changed to RTBC
over 1 year ago 11:35am 21 June 2023 - First commit to issue fork.
- 🇺🇦Ukraine Lysenko Ukraine, Lutsk
After 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
var autocompleteForm = $(context).find("input.form-autocomplete"); if (autocompleteForm.hasClass('ui-autocomplete')) { autocompleteForm.autocomplete("destroy"); }
- @lysenko opened merge request.
- Status changed to Needs review
over 1 year ago 1:24pm 31 July 2023 - 🇺🇦Ukraine Lysenko Ukraine, Lutsk
I 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'"
- Status changed to RTBC
over 1 year ago 1:13pm 10 August 2023 - Status changed to Needs work
over 1 year ago 5:07pm 14 September 2023 - 🇷🇴Romania vasike Ramnicu Valcea
small comment on MR ... so maybe a cleanup and a second look to go back to RTBC
- Status changed to RTBC
about 1 year ago 10:19am 9 October 2023 - 🇷🇴Romania vasike Ramnicu Valcea
i think this is critical, as without it, it's doesn't work on D10
- Status changed to Fixed
about 1 year ago 12:03pm 9 October 2023 - 🇷🇴Romania vasike Ramnicu Valcea
MR merged, but in the new version of the module.
so closing for now.feel free to re-open, if needed.
Automatically closed - issue fixed for 2 weeks with no activity.