Closed (fixed)
Project:
Autocomplete Deluxe
Version:
7.x-2.0-beta2
Component:
Single values
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 10:01 UTC
Updated:
22 Sep 2014 at 09:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
madeby commentedAnyone?
I think the error is in this code:
Comment #2
sepgil commentedPlease try the dev version, I have not experienced any problems with drupal 7.8.
Comment #3
mojiro commentedI found that search_autocomplete conflicts with autocomplete_deluxe
Working ->
Drupal: 7.9
autocomplete_deluxe: 7.x-1.0-beta5/2011-Aug-08
Jquery_update: none
Jquery: none
search_autocomplete: none
Working ->
Drupal: 7.12
autocomplete_deluxe: 7.x-1.0-beta5/2011-Aug-08, 7.x-1.x-dev/2012-Jan-19
Jquery_update: none, dev, beta
Jquery: none, 1.5, 1.7
search_autocomplete: disabled
Not Working ->
Drupal: 7.12
autocomplete_deluxe: 7.x-1.0-beta5/2011-Aug-08, 7.x-1.x-dev/2012-Jan-19
Jquery_update: none, dev, beta
Jquery: none, 1.5, 1.7
search_autocomplete: 7.x-2.1/2012-Jan-19
Comment #4
hass commentedComment #5
IT100 commentedConflict with Apache Solr autocomplete as well
http://drupal.org/node/1530888#comment-7323176
Comment #6
pjcdawkins commentedThis bug exists in the last recommended version (7.x-2.0-beta2), but in 7.x-2.x-dev the JS file seems to be completely different.
In 7.x-2.0-beta2 I made the attached changes as a hotfix.
Comment #7
sepgil commentedComment #8
pjcdawkins commented@sepgil nothing can be reviewed - as stated my patch won't apply to -dev, just -beta2.
I also think that this is only going to affect those using jQuery >= 1.10, e.g. via the jQuery Update module.
Anyway this suggests that -beta2 should no longer be a 'recommended' release.
Comment #9
mjgruta commentedI'm also having problem with this on Rules. The data selector is showing the wrapper
I'm using the following versions:
Autocomplete Deluxe: 7.x-2.x-dev
jQuery Update: 7.x-2.3+15-dev
jQuery Version: 1.7
Rules: 7.x-2.6+1-dev
The Rules works when I use jQuery Version: 1.5.
Comment #10
peter caritas commentedHere's a patch on 7.x-2.x-dev. I can confirm that the issue only occurs with newer versions of Jquery. I'm not sure exactly which version of jquery breaks it, but I am using 1.8. This patch should be backward compatible with 1.4 I've tested it with both 1.4.4 and 1.8.
Comment #11
hass commentedPlease remove the tabs and set a patch to needs review state.
Comment #12
anybodyWe're using jQuery 1.7 and have the problem, so I think this may be the problematic release.
Comment #13
ging74ru commentedI'm using jQuery1.7 (jQuery Update 7.x-2.3) and it's ok. But jQuery Update 7.x-2.4 breaks my autocomplete deluxe widget.
Autocomplete Deluxe version is 7.x-2.0-beta3.
Comment #14
sachbearbeiter commentedI'm using jQuery Update 7.x-2.4 with jQuery1.7 - it breaks my autocomplete deluxe widget.
Autocomplete Deluxe version is 7.x-2.0-dev
maybe you should fix this and some sort of jQuery Update should be required ...
the patch of #10 worked for me
Comment #15
sepgil commentedYeah, that won't happen. If we fix this issue, than so that it still works without jQuery Update, since jQuery Update tends to break other modules as well.
Comment #16
wOOge commented#10 Patch works for me as well. I'm using jQuery Update 1.7 (admin / default)
Comment #17
acb commentedI can confirm patch in 10 works with jq update ver. 7.x-2.4.
I don't get a sense as to whether we should go ahead and apply the patch or if the module is going to be updated to deal with this issue.... What's the story?
Comment #18
peter caritas commentedMy patch (#10) tests for existence of the autocomplete-ui object. So it should work regardless of the version of jquery / jquery ui or whether or not jquery update is installed. I've tested it without jquery update installed and it worked fine. Let me know if you need me to do anything to this patch.
Comment #19
rcodinaI also confirm that #10 patch works for me. My config:
Drupal 7.28
jQuery Update 7.x-2.4 (jQuery 1.8 for admin pages)
Autocomplete Deluxe 7.x-2.x-dev
I pray for this patch to get commited ASAP.
Comment #20
govind.maloo commented#10 patch works for me.
Comment #21
rcodinaComment #22
f0ns commentedPatch #10 works for me, thanks a lot!
Comment #23
sebto commentedPatch #10 works! THANKS!
Comment #24
ousmaneo commentedpatch #10 worked. Thanks!
Comment #25
rcodinaPlease, also checkout the patch in this other issue: https://www.drupal.org/node/2276111
I think the patch there is more complete than #10 because it makes this module work under jQuery 1.10. Patch on #10 doesn't work with 1.10.
Comment #26
sepgil commentedI committed the patch from #2276111: Uncaught TypeError: Cannot read property 'msie' of undefined (jquery 1.10), so this issue should be fixed to. Thanks for all the contributions to this issue.