#3980 closed bug (fixed)
Disabled sortable still receives elements
Reported by: | Marc Diethelm | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.draggable | Version: | 1.6rc5 |
Keywords: | sortable, disable, disabled, receive, receives | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
A disabled sortable is still able to receive elements from connected sortables and draggables (testcase only has draggable as source, was unable to include draggable test with latest because of bug #3979, but I tested it with 1.6rc4, same behaviour).
Tested with latest. Attaching testcase.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | ui.sortable → ui.draggable |
---|---|
Milestone: | TBD → 1.6 |
Version: | → 1.6rc5 |
This is actually a draggable bug as the functionality lives in draggable's connectToSortable code.
This problem does not exist for connected sortables, only draggables connected to sortables.
Note: See
TracTickets for help on using
tickets.
I meant: was unable to include *sortable* test (as source).