Alain Ravet
2006-Feb-10 20:35 UTC
cannot combine in_place_editor_field and a sortable list
As the title says, _sortable list_ doesn''t like ''in_place_editor'' very much. Problem: when you click on an editable element, the field editor and the 2 buttons appears - good - , BUT they keep following the mouse - bad -, and moving, while you''re in edit mode. Alain
Alain Ravet
2006-Feb-17 17:54 UTC
[Solved] Re: cannot combine in_place_editor_field and a sortable list
This problem can be used by adding a _handle_ to restrict the part of the list element that can be used as a handle. see: http://wiki.script.aculo.us/scriptaculous/show/SortableListsDemo Alain> As the title says, _sortable list_ doesn''t like ''in_place_editor'' very > much. > > Problem: when you click on an editable element, the field editor and the > 2 buttons appears - good - , BUT they keep following the mouse - bad -, > and moving, while you''re in edit mode.