[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-02-10 Thread Cyrus
I created a bug report: http://prototype.lighthouseapp.com/projects/8887/tickets/168-sortable-trees-are-not-working-well-in-the-current-version#ticket-168-1 On 9 Feb., 17:52, joneff wrote: > Confirm. IE 6 (SP1), IE7, FF 3.0.6 on Windows XP Pro SP2. Tried in FF > 3.0.5 on Ubuntu. Same behaviour.

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-02-09 Thread joneff
Confirm. IE 6 (SP1), IE7, FF 3.0.6 on Windows XP Pro SP2. Tried in FF 3.0.5 on Ubuntu. Same behaviour. On Feb 9, 6:15 pm, Cyrus wrote: > Sorry for pushing this but please can someone confirm this bug. > > I have uploaded both examples: > > Old version of scriptaculous - working good:http://www.w

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-02-09 Thread Cyrus
Sorry for pushing this but please can someone confirm this bug. I have uploaded both examples: Old version of scriptaculous - working good: http://www.woltlab.org/sortable1 New version of scriptaculous - working not so good http://www.woltlab.org/sortable2 On 28 Jan., 11:57, Cyrus wrote: > Hi

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-01-28 Thread Cyrus
Hi Stephen, I don't mean the ghosting mode - this is ok. The link above (http://dev.oriontransfer.co.nz/SortableTree/original/ index.html ) has the old version which works good. When you download that example and exchange the libraries with the current versions, you can see that it is not worki

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-01-27 Thread Stephen
I just tested in Firefox 3.0.5 on Mac 10.4.11 and seems to work OK. The items are supposed to turn semi-transparent when you drag them. You should be able to disable that or change to a different effect with one of the draggable options (starteffect, endeffect). I didn't notice any other "flickeri

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-01-27 Thread Cyrus
Ok, I was wrong about the last "bug": http://wiki.github.com/madrobby/scriptaculous/sortable-serialize I didn't use exactly the same id format (I didn't used the underscore). Still remains the first issue. On 27 Jan., 14:10, Cyrus wrote: > I have found another bug: > > Sortable.create has a c

[Proto-Scripty] Re: Sortable tree is not working properly in the current version

2009-01-27 Thread Cyrus
I have found another bug: Sortable.create has a callback "update". Update is never called in the example above (with the current version of scriptaculous). Wheras it gets called with the older version (from 2005). On 26 Jan., 12:12, Cyrus wrote: > Hi, > > I played around with Sortable (with op