[Proto-Scripty] Sortable list bug.

2011-07-25 Thread Andrew Senner
I have a script that creates sortable lists on the fly embedded in a
cakephp helper.  I'm running across an issue when creating a second
sortable list.  Everything works perfectly on the first call to
'Sortable.create()', and everything works perfectly on the second call
as well.. except:  When trying to actually move an item in the second
list (with or without a handle)  The item will not move until the
mouse cursor is about 100-150px below the list item so if my
pointer is approximately 1.5 inch underneath the item it moves up and
down like normal, and saves the list accordingly.

Just curious if anyone had any information involving this.. Thanks
ahead of time for your help.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Sortable list bug.

2011-07-25 Thread Walter Lee Davis


On Jul 25, 2011, at 12:10 PM, Andrew Senner wrote:


I have a script that creates sortable lists on the fly embedded in a
cakephp helper.  I'm running across an issue when creating a second
sortable list.  Everything works perfectly on the first call to
'Sortable.create()', and everything works perfectly on the second call
as well.. except:  When trying to actually move an item in the second
list (with or without a handle)  The item will not move until the
mouse cursor is about 100-150px below the list item so if my
pointer is approximately 1.5 inch underneath the item it moves up and
down like normal, and saves the list accordingly.

Just curious if anyone had any information involving this.. Thanks
ahead of time for your help.


Check to see if your HTML is valid, and also check to see if either of  
these items is absolutely positioned. It sounds as though the browser  
is confused about where these elements are.


Walter

--
You received this message because you are subscribed to the Google Groups Prototype 
 script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.