[Rails-spinoffs] drag and drop sorting with an empty list

2006-03-30 Thread Larry White
Does anyone have a good solution for using script.aculo.us drag and drop sorting with multiple lists when one or more of those lists might start out empty?I want to drop from list A to list B, but unless B starts out with something in it, there's no drop target there.   My guess is that I could put

RE: [Rails-spinoffs] [ANN] Support for window scrolling fordraganddrop

2006-03-30 Thread Gregory Hill
Here's a diff file (created with 'diff -u') against the dragdrop.js in 1.6.0 to move the dragged element while scrolling. It fixes the previous problem of continuing to move the item off the top of the page. I'd like to have it included, if possible, so if there are more changes needed, let me kn

[Rails-spinoffs] Suggestion for BlindDown/Up effects

2006-03-30 Thread Blaise Bernier
It should be nice to disable the scrollbars for the elements using the blinddown effetcs and the like. In FF it's ok, but in IE, you see the scrollbar while it resizes (I activated the overflow-y: auto; property, but in FF it still hide the scroll bar during the animation). it's just an estet

Re: [Rails-spinoffs] Effect.ScrollTo IE issue

2006-03-30 Thread Jeremy Kitchen
On Thursday 30 March 2006 12:34, Jim Prucha wrote: > Hi All, > > > > I am working on a page that has 4 configuration sections at the bottom of > the page with 4 links to them higher up on the page. We are using the > Effects.BlindDown to show the lower section when the corresponding link is > clic

RE: [Rails-spinoffs] possible scriptaculous bug

2006-03-30 Thread Gregory Hill
> Possible Larry White bug I dunno why, but that made me crack up big time. No offense meant to Larry or anyone else. Greg ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Re: [Rails-spinoffs] possible scriptaculous bug

2006-03-30 Thread Larry White
Hi, thanks.  You're absolutely right. I don't know what i was thinking :( Works fine now.  On 3/30/06, Claudio Gamboa <[EMAIL PROTECTED]> wrote: Possible Larry White bugwhen you call Sortable.create on first time the element "task-list102"not existscall both Sortable.create after your HTML.On Thu,

Re: [Rails-spinoffs] possible scriptaculous bug

2006-03-30 Thread Claudio Gamboa
Possible Larry White bug when you call Sortable.create on first time the element "task-list102" not exists call both Sortable.create after your HTML. On Thu, 2006-03-30 at 15:31 -0500, Larry White wrote: > I have two sortable lists, one after the other. I can drag from the > first to the seco

[Rails-spinoffs] Re: possible scriptaculous bug

2006-03-30 Thread Larry White
I should have mentioned the behavior is consistent on ie6 and firefox under windows.  ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

RE: [Rails-spinoffs] Effect.ScrollTo IE issue

2006-03-30 Thread Ryan Gahl
Sorry to do this, as I haven’t looked into your specific problem and therefore have no solution to offer at this time…   But, you’ve sent this messge 3 times now. If someone has the answer (and/or the time to research the answer) for you, they will respond as such… please don’t spam the

[Rails-spinoffs] Effect.ScrollTo IE issue

2006-03-30 Thread Jim Prucha
Hi All,   I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page.  We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked.  We also use the “new Effects.ScrollTo(‘DIVTag’)”

[Rails-spinoffs] Effect.ScrollTo IE issue

2006-03-30 Thread Jim Prucha
Hi All,   I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page.  We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked.  We also use the “new Effects.ScrollTo(‘DIVTag’)”

[Rails-spinoffs] possible scriptaculous bug

2006-03-30 Thread Larry White
I have two sortable lists, one after the other.  I can drag from the first to the second but not from the second to the first.  The behavior is consistent if n > 2.  For example, I can drag from 1 to 2, 3 or 4 from 2 to 3 or 4 and from 3 to 4, but not in the reverse order:  I can't drag from the 4t

Re: [Rails-spinoffs] Updated: window dialog script

2006-03-30 Thread Jerod Venema
Thanks for the info guys, I'll throw that in the main script.On 3/30/06, Aaron Meier <[EMAIL PROTECTED] > wrote:Thanks guys!In addition, you also need to add it after line 717. On 3/29/06, Jeremy Kitchen < [EMAIL PROTECTED] > wrote: On Wednesday 29 March 2006 18:04, Todd Ross wrote:> On 3/29/06, Je

[Rails-spinoffs] Effect.ScrollTo IE issue

2006-03-30 Thread Jim Prucha
Hi All,   I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page.  We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked.  We also use the “new Effects.ScrollTo(‘DIVTag’)”

Re: [Rails-spinoffs] Updated: window dialog script

2006-03-30 Thread Aaron Meier
Thanks guys!In addition, you also need to add it after line 717.On 3/29/06, Jeremy Kitchen <[EMAIL PROTECTED] > wrote:On Wednesday 29 March 2006 18:04, Todd Ross wrote:> On 3/29/06, Jeremy Kitchen < [EMAIL PROTECTED]> wrote:> > On Wednesday 29 March 2006 12:59, Aaron Meier wrote:> > > I'm using thi