Closed robertgarrigos closed 11 months ago
@robertgarrigos I'm having trouble reproducing this with the core Entity Reference
or the contrib References
module. Can you provide steps to reproduce?
Looking into this because I'm having this problem with a particular site, but not on my local testing site. It might be an incompatibility with a contrib module.
Found the problem: incompatibility with jquery update contrib module set to use jquery 2.2. No problem with jquery 1 or 3.
With jquery 2.2 the div with id='autocomplete' gets printed within the parent div of the autocomplete field instead of as first div right after the opening body html tag.
Wow, I didn't even know we had a jQuery update for Backdrop! With core offering the old 1.x branch as well as the latest 3.x branch, which both seem to work according to your testing, I think this is not a high priority bug. Do you agree? Or are you unable to switch to jQuery 3.x?
I just switched to 3.x. Let's see how it goes ;-) thanks!
Sounds good. Please reopen if necessary -- closing for now.
I'm having an issue with autocomplete fields, in this case with node reference: depending on which position are in the node creation/edit form, suggestions are missing. When the autocompleted field is near the top of the form, the suggestions list appears normally. When the field is near the bottom because other fields are before, the suggestion’s list is missing. I tried with the same field, just put in a different position within the form.
Switching to Seven fixes the problem.