Jump to:
| Project: | editablefields |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Editable fields does not appear to be compatible with the multiselect widget (see http://drupal.org/project/multiselect) or the date module's (see http://drupal.org/project/date) time field, when using the "Pop up calendar" widget. As soon as you click inside these widgets to make a change, the throbber starts to twirl right away and it's impossible to make an update.
With the multiselect widget, when you select an item on the left, the throbber starts going. When it stops, the item on the left is no longer selected. If you are very quick, you can move the item on the left to the item on the right before the throbber stops, but once it does stop, the addition is reversed.
With the time field, it simply becomes to change the time at all.
Is there any way to fix this?
Comments
#1
Same for me. You can turn off the jquery timepicker in the config (admin/settings/date_popup), but it would be cool if the timepicker worked.
#2
#3
It would be amazing if this worked!!!!!! I mean really freaking amazing as far as online applications go.
#4
BUMP. I have tried several other multiselect options and they are close, but it would be a great thing to work out the bug. I started to look into it myself, but to no avail. This is an exciting module that I would love to use.
Thanks a bunch!!!
#5
A "user reference" field also does not work:
-No user selected in HTML and AJAX version (while it was in the node)
-and an error with "click to edit"
#6
I tried turning off the jquery timepicker as suggested but then I just get errors when I try to change a time by hand, plus I am only able to change either the to or from (or date or repeat) value. Then I have to do it again to change the from time.
#7
I just marked #1079446: editable text field with date popup calendar in view bug as a duplicate of this. My original post contained some additional information on the issue.
Has anyone come up with any solutions to this?
#8
Has anyone found a solution for this? i'm trying to use the jquery-ui-timepicker: http://fgelinas.com/code/timepicker/ and running into the same problem!
From what i can tell the timepicker is binded to the element ID, but when the element ID is changed by editable fields it breaks this binding and throws a js error on the next click.
Edit, solved my problem, solution posted here: http://stackoverflow.com/questions/8674787/jquery-ui-timepicker-drupals-...