[Proto-Scripty] Re: Bug/Issue with autocompleter in IE7, first request doesn't appear, subsequent requests do

2008-12-03 Thread Olivier Jaquemet
We also have this problem with proto 1.6.0.3, but it works with 1.6.0.2 It seems to be a regression of prototype 1.6.0.3 : To fix the issue, change the line 2092 of prototype.js (version 1.6.0.3) : while ((element = element.parentNode) element != document.body) to what it was in prototype

[Proto-Scripty] Scriptaculous 1.8.2 : bug introduced in Sortable.destroy (missing null check?)

2008-11-27 Thread Olivier Jaquemet
Hi all, I have probably find a bug in the latest release of Scriptaculous : In 1.8.1 (line 612) destroy: function(element){ var s = Sortable.options(element); if(s) { In 1.8.2 (line 612) destroy: function(element){ element = $(element); var s =

[Proto-Scripty] Nested Sortable (rfe : authorize any creation order)

2008-11-12 Thread Olivier Jaquemet
Hi all, As I already read it somewhere the documentation, in order to use sortable inside sortable, they must be invoke in a specific order. But I have found a (kludge) solution to bypass this difficulty and I wish it could be provided natively in scriptaculous... Let's imagine the following