Posted by YesCT on July 2, 2011 at 10:27pm
3 followers
Jump to:
| Project: | editablefields |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
autocomplete (ajax) allows edits ok.
but does not save with text with allowed values autocomplete in IE and Chrome. There are no error messages that I see, it just doesn't save (or show the spiny blue wheel) when clicking outside the autocomplete field.
autocomplete fields (ajax setting) are saving ok in Firefox and Safari.
What can I do to fix this? Is there something someone can point me to to get me started in the right direction?
I have two autocomplete fields I'm using edit in place for: one is just a text field with my list of allowed values (that have keys), the other is the province part of a cck location field from the location module. Province uses autocomplete.
Comments
#1
#364287-116: State / Province drop down and Full State name in address field might be a work around for location, changing autocomplete to a dropdown select
#2
Initially it seems that that patch to change the state province to drop down worked to get location cck to save in IE with editablefields. It's a work around, not a fix for editablefields.
#3
Please check
http://drupal.org/node/1223368#comment-5226950http://drupal.org/node/1223368#comment-5254636#4
I can verify that I am seeing the same problem. I've got a nodereference field that uses autocomplete.
In FireFox, the autocomplete fills in and saves. In IE and Chrome the autocomplete fills in but does not save. This behavior is true in the Windows OS and in Ubuntu (Obviously I did not test IE in Ubuntu, just Chromium).
#5
I got the same problem, is there a workaround? Can anyone confirm that the method from#3 works?