Posted by misanthropisht on November 16, 2009 at 4:19pm
Jump to:
| Project: | jQuery UI |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I am using JQuery 6.x-1.1, JQuery UI 6.x-1.3 and Drupal 6.14
When using Droppable in Drupal the 'Accept' event must be specified or the 'Drop' event will not be triggered.
For the non-Drupal version Droppable works without needing to specify 'Accept'. This can be verified by looking at the JQuery UI Droppable demo.
This is quite confusing for idiots like me when trying to implement the JQuery demos in Drupal. It would be good if this module could be made to behave similarly to the official JQuery UI release in this regard.
Thanks for taking the time to read my minor quibble and please keep up the good work.
Comments
#1
This module only allows to integrate with jQuery UI more easily. It does not actually change the actual usage of jQuery UI, which is still entirely left to modules and themes.