[Proto-Scripty] Re: Trying to develop something new

2009-03-29 Thread T.J. Crowder
Hi Richard, FYI, I happen to know that kangax was working on Chrome support and I believe a couple of days ago he got a clean slate on Chrome 2. I don't know whether there's a plan to support Chrome 1 or not. But progress definitely being made. -- T.J. :-) On Mar 27, 5:32 pm, Richard

[Proto-Scripty] Re: scriptaculous dragdrop left percentage

2009-03-29 Thread Conchur
Yeah, the clean-up has to happen onmousedown, rather than onEnd as I said previosuly. I did some more testing and found I still needed to catch the onEnd event to clean-up after unusual cases such as when the element is dragged off screen in IE... In the end I added a boolean flag to test if

[Proto-Scripty] Re: scriptaculous dragdrop left percentage

2009-03-29 Thread Conchur
I meant to add that the method detailed above starts and ends with the elements in % layout (even if element is clicked but not dragged), so resizing the window is handled as expected by the CSS declarations. There's no need for a window resize event listener. HTH, Conchur. On Mar 28, 11:17 

[Proto-Scripty] Re: Trying to develop something new

2009-03-29 Thread Luca Diracca
Thank you very much for your help, I did as you said and made it run. I had some more path issues for opera and chrome, mostly because of my italian edition of windows xp, but from your suggestions it was easy to find my way out. Now I'm all set and starting playing around with prototype. Luca