Active
Project:
OpenLayers Geocoder
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2011 at 18:20 UTC
Updated:
11 Jul 2012 at 10:57 UTC
Recently while debugging a site that was practically identical to another, I came across a bug introduced by Autocomplete Element which uses a different autocomplete plugin from core that is more configurable. I didn't need it, so I disabled it and my geocoder is working again. I haven't looked deeply, but my inkling is that this is javascript problem. Basically, the processor is not getting called when autocomplete element is on. Is there a place in the openlayers javascript that uses a callback tied to the core autocomplete?
Willing to investigate, but not sure if I can fix it anytime soon.
Comments
Comment #1
steinmb commentedHi :)
I'm hoping we could new alpha rolled, but issues like this need to be sorted out. Any chance for you to show us a diff/patch of what you did?
Comment #2
steinmb commentedTested but unable to reproduce. Tested by adding a node_ref field to a content type. Both of the autocomplete widgets worked as expected. Also tried to move the field order around.
Comment #3
steinmb commentedComment #4
steinmb commentedHmm, let's keep this open....
Comment #5
steinmb commentedManaged to reproduce the bug with http://drupal.org/project/autocomplete_element. Had a look in autocomplete_element issue q and the project seems to be kinda stale and have a small install base. It still is not using jquery UI (http://drupal.org/project/jquery_ui) that most of our D6 sites this days are running with.
If there are a quick fix we might work on this. If someone contrib. a patch we will be more then happy to test and commit it.