Download & Extend

Droppable accept event must be assigned

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

Category:bug report» support request
Status:active» closed (won't fix)

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.