[Proto-Scripty] Error with Draggable or just the way I'm using it?

2010-04-17 Thread Paul
Hi all, I was wondering if anyone could help with an issue I'm seeing when trying to use Draggables with scriptaculous 1.8.1. My code is of the following form, where I loop through an array of DOM elements and create a Draggable providing the element's id: for (var i = 0; i < els.length; i++) {

[Proto-Scripty] Re: Error with Draggable or just the way I'm using it?

2010-04-17 Thread T.J. Crowder
Hi, The only thing I can think of is: Are you absolutely certain that each of those elements actually _has_ an ID? And that there are no duplicate IDs (as, of course, there shouldn't be)? If they don't all have IDs, just change your loop to: for (var i = 0; i < els.length; i++) {    new Draggabl

[Proto-Scripty] Re: prototype 1.7_rc1: Element.Layout toCSS

2010-04-17 Thread F.Buratti
I resolved there is a bug in Prototype 1.7 https://prototype.lighthouseapp.com/projects/8886/tickets/1022-elementlayouttocss-fails-two-issues-found https://prototype.lighthouseapp.com/projects/8886/tickets/1020 -- You received this message because you are subscribed to the Google Groups "Protot