Ticket #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: | boo@… |
| Blocking: | Blocked by: |
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
Change History
comment:2 Changed 4 years ago by scott.gonzalez
- Version set to 1.6rc5
- Component changed from ui.sortable to ui.draggable
- Milestone changed from TBD to 1.6
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).