Drag n Drop problem
Reported by Blackbook | June 12th, 2008 @ 12:11 AM
Below is the code that is contained inside a :partial.
I am able to drag the container ONE TIME ONLY. I cannot see where I am getting tripped up? Any help here?
<%heading ||= @heading || "My Groups" %>
Drag Contacts Here to add to <%= heading %>
<%= get_profile_image(@controller.auth_user) %>
<%= @auth_user_name %>
<%= draggable_element :draggableIcon %>
<%= drop_receiving_element :group_drop_box, :hoverclass => 'drop_box' %>
Comments and changes to this ticket
-
Thomas Fuchs June 12th, 2008 @ 08:43 AM
- → State changed from new to invalid
This lighthouse is for bugs only. Closing the ticket as invalid.
Please use http://groups.google.com/group/r... for usage/support questions.
Alternatively, provide a working reduced pure HTML/JS example that demonstrates that this is indeed a bug (this is also useful for the Google group); if possible with a unit test patch, and be sure to test against the latest Prototype and script.aculo.us versions from github.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
Source available from github
The Git repository resides at:
http://github.com/madrobby/scriptaculous
Check out the current development trunk with:
git clone git://github.com/madrobby/scriptaculous.git
As script.aculo.us 1.xx is feature-frozen, this development trunk is for bugfixes only.
New development should happen only for
script.aculo.us 2.
Creating a bug report
When creating a bug report, be sure to include as much relevant information as possible. Post a an example that shows off the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.
