Displaying 3 results from an estimated 3 matches for "ondragend".
Did you mean:
dragend
2006 Apr 30
1
Draggable - how start action on start dragging and end action on droppping
Hi all. I have got situation that I made element draggable - and
when element is dragged I want to start some action (e.g. shown
AJAX indicator, and change one of CSS class in dragging element).
What is the best way to achieve this? I search source code of the
Draggable and I saw that there is 2 method: Draggable.initDrag
and Draggable.endDrag so it looks like in initDrag method i
should
2006 Jan 17
0
Draggables notifier
I have a request for the keeper of the scripts (Thomas?)...
In the Draggables var, I think the onStart and onEnd notify events
should be named more descriptively. For instance onDragStart and
onDragEnd.
This would alleviate a possible place for namespace collisions where
other custom classes might use a similar notify schema (although I would
adamantly recommend all such classes also use descriptive notify event
names)...
I don''t know if my proposed change will simply be denied b...
2005 Dec 30
2
Crashing Firefox when updating the same div
I''ve managed to consistently crash firefox 1.5 (mac) using
script.aculo.us. Is this a known issue? The page in question works
in Safari enough.
It happens on a link_to_remote where I''m :updating the same div that
I''m currently in.
Would it help if I try to isolate the code? Would it be more a
firefox bug, or a JS bug? i.e. do we think we can fix the