using this module to select taxonomy items. If a partial value is typed then selecting the associated taxonomy item creates a new item based on the partial value entered ... example, taxonomy has a value "Gandia", typing "nd" shows "Gandia", click to select then save and a new value "nd" is created and stored as the value of this item.
I have had to remove all uses of this module because of this - shame because it initially worked exactly as needed.
Comments
Comment #1
Infoloko commentedthis may be the same as #1754164 (https://drupal.org/node/1754164) - can't test at moment as I've replaced all Autocompletes with standard droplists .. will test against my code asap
Comment #2
virtuid commentedSame problem here, applieng this .js file SOLVED the problem
https://www.drupal.org/node/2044431
Comment #3
rootworkI'm seeing this behavior again, and I don't think I saw it in the last beta, just in the update to the full release.
I would describe this as a major bug. Just to recapitulate what is happening, because it looks like the same as what was reported back in 2012:
1. Have a taxonomy with the term "ABCDEF" present.
2. Use an autocomplete deluxe-enabled field and type "CD".
3. Click on "ABCDEF" that appears.
Expected behavior: The tag "ABCDEF" is selected and added to the field.
Actual behavior: Both the tag "ABCDEF" and a new tag "CD" are selected and added to the field.
This does seem to be a function of the click itself -- using the keyboard to select the match doesn't result in the same bug.
Comment #4
rootworkOh and in responding to #2 (its recentness makes me think that this is in fact a bug that re-appeared in the recent full version): The .js file linked in that other issue is a forked version of an old copy of autocomplete_deluxe. I don't know why it wasn't uploaded as a patch, but using that file in place of the current version means effectively downgrading to a copy of this module from several years ago. (If it had been uploaded as a patch, we could reroll it and apply the changes to the newest version of the module's JS.)
So I don't think that's really a solution, although a careful comparison of that file with the current one might reveal the fix for this issue.
Comment #5
k.skarlatos commentedIssue is caused by last commit, here are git bisect results
7b939aab21d9e9dc76fdcccf0dc3109456c800bc is the first bad commit
commit 7b939aab21d9e9dc76fdcccf0dc3109456c800bc
Author: s.Daniel
Date: Wed Feb 25 10:14:26 2015 +0100
Issue #1853896 by s.Daniel: Submit on blur option
:100755 100755 0bca13dec4e3976010bcd0c24da05f754cf5bd99 3c219a5ecb9f1da3b405a31995f8ede484b35ec3 M autocomplete_deluxe.js
Comment #7
sepgil commentedI ran into this issue today and reverted the last patch. I also reopended the issue #1853896: Submit on blur option and will create a new release.
Comment #8
rootworkThanks for the quick response & release on this!
Comment #10
freelylw commentedsame problem here, after update to the latest 7.21 version, problem is gone for registered user, but still exist for admin.