Hi Ryan,
Am Mittwoch, den 16.08.2006, 09:51 -0500 schrieb Ryan Gahl:
> Oh, and btw, Tim... I could have been wrong about the threading
> thing.
I am glad to read this, but everything else would have me really
irritated, because both the "In-Reply-To" and the "References" header
are present in my
Hello Vasilis,
Am Dienstag, den 15.08.2006, 18:10 +0300 schrieb Vasilis Dourdounis:
> On some further research I noticed that, instead of adding the
> observer to every element, you could simply do the following:
thanks that looks like the perfect solution to me. I'll try it later,
but I think th
Hi,
On 08/14/2006, Vasilis Dourdounis wrote:
> I'm not sure though the following is the best way to solve it, but
> does exactly what you describe.
yes, your solution gives me the information I need, but now I am
wondering why the onStart and onStop handlers get called for every item
of the sorta
Hi,
Am Freitag, den 11.08.2006, 08:42 -0700 schrieb glui2001:
> What kind of info are you looking for?
I need to know, when the dragging starts and stops, because I have an
onMouseover event bind to the elements of my sortable and having the
onMouseover constantly updating while the item is dragg
Hi *,
I have a problem with the prototype Event class and the Internet
Explorer. The page is just some positioned divs and a p for debugging
output. (It is used just for understanding some other IE difficulties)
The javascript code used is the following:
function show_clicked(event) {
$(
Hi *,
is there a callback or something else to get noticed, if the user starts
(stops) to drag an element of a sortable? I only found the onUpdate and
onChange callbacks, but they don't give the information I need.
Thanks in advance,
Tim
___
Rails-spi
Hi,
Am Mittwoch, den 09.08.2006, 09:09 -0600 schrieb Tom Gregory:
> 2. Use Prototype's bindAsEventListener function, which ensures the
> event object is always passed to the handler.
that's it. Thanks, now everything works fine. I found a workaround
myself, but it requires patching prototype, s
Hi *,
in my current project I've got a list, where all the list items are
draggables. No problem in Firefox or Safari but in IE. The items are
simply not draggable. There is no JavaScript error or somthing which
gives me clue.
For testing purposes I also removed everything except for a text from
w
Hi,
for an project of mine I also needed an trash. I solved this with using
an as the trash and made it also an sortable and set the
"containment" property for the sortables. With this it is possible to
drag my items to the trash and if done so, the "onUpdate" function sets
the "display" property