[Rails-spinoffs] Prototype Hash#map & #each

2005-12-01 Thread Martin Ström
Hello, I wanted to apply escape on every property of an object using the Hash.map method in prototype library. Check out this code: // Regular Array var a = ["john doe", "[EMAIL PROTECTED]", "say hello to me"]; a.map(escape).each(function(x) { document.write(x + "
"); //nice and clea

RE: [Rails-spinoffs] drag&drop multi

2005-12-01 Thread Maninder, Singh
Title: Re: [Rails-spinoffs] drag&drop multi Fantastic Claudio! You are the Man!!   I was looking for something like this from scriptaculous for quite some time now. Had my own js written, but it didn't fit into the scriptaculous guidelines   Just one addition I would like to request -

Re: [Rails-spinoffs] drag&drop multi

2005-12-01 Thread Andrew Kaspick
Shouldn't the selection revert back to one selected item when you click on a single item again without holding down one of the selection keys? That's how most multi select things work isn't it? Also, the behaviour seems different if you are working with one item as opposed to many... if I click o

[Rails-spinoffs] drag&drop multi

2005-12-01 Thread Claudio Gamboa
Hi, I added a new patch for script.aculo.us a few days ago. For those who don't usually see the patch list, you can view it here: http://dev.rubyonrails.org/ticket/3060 ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://l

Re: [Rails-spinoffs] Looking to develop for scriptaculous

2005-12-01 Thread Chris Lear
* Laurie Harper wrote (01/12/2005 15:50): > On 1-Dec-05, at 6:15 AM, APaella wrote: >> Maninder, Singh wrote: >>> This is not working for me (I am using IE 6.0 on WinXP). >>> >>> It works in Firefox though... >> >> I's only the css that is wrong. The + image isn't displayed but the >> script works.

Re: [Rails-spinoffs] Looking to develop for scriptaculous

2005-12-01 Thread Laurie Harper
On 1-Dec-05, at 6:15 AM, APaella wrote: Maninder, Singh wrote: This is not working for me (I am using IE 6.0 on WinXP). It works in Firefox though... I's only the css that is wrong. The + image isn't displayed but the script works. Unfortunately, I don't currently have an Windows box to deb

[Rails-spinoffs] AutoCompleter message div not hiding

2005-12-01 Thread Paul Shannon
Hello, I have a problem with the AutoCompleter, specifically the div that holds the return values. It doesn't get hidden until the page has correctly loaded, so in a page that makes cross-server JS calls the div is visible, and covers content, while the page is loading fully. I managed to circumv

Re: [Rails-spinoffs] Looking to develop for scriptaculous

2005-12-01 Thread APaella
Maninder, Singh wrote: > This is not working for me (I am using IE 6.0 on WinXP). > > It works in Firefox though... > I's only the css that is wrong. The + image isn't displayed but the script works. ___ Rails-spinoffs mailing list Rails-spinoffs@li

RE: [Rails-spinoffs] Looking to develop for scriptaculous

2005-12-01 Thread Maninder, Singh
This is not working for me (I am using IE 6.0 on WinXP). It works in Firefox though... - On Nov 22, 2005, at 3:08 PM, Laurie Harper wrote: > For what it's worth, there's a simple tree control I wr