[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

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
tagreg...@gmail.com wrote: For problems like this, a minimal example page also helps. Of course, I'm a bit selfish in asking for one, as I find that often when trying to create a minimal reproducible case I find the problem in my own code ... =) TAG On Jul 25, 12:10 pm, Andrew Senner

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
-scriptBlock(createSortables(\ . $name . \, . $id . , \ . $path . \, \ . $action . \);)); } } On Jul 25, 1:56 pm, Andrew Senner drewdiddy...@gmail.com wrote: BTW, I know sortables are kind of flaky with tables.  But using tbodytr seems to work.  Normally I would stick with divide, but as im

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
. \);)); } } On Jul 25, 1:56 pm, Andrew Senner drewdiddy...@gmail.com wrote: BTW, I know sortables are kind of flaky with tables.  But using tbodytr seems to work.  Normally I would stick with divide, but as im just implementing this feature to a work in progress, I can't edit the base code

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
example page also helps. Of course, I'm a bit selfish in asking for one, as I find that often when trying to create a minimal reproducible case I find the problem in my own code ... =) TAG On Jul 25, 12:10 pm, Andrew Senner drewdiddy...@gmail.com wrote: I have a script that creates