Ticket #4289 (closed bug: fixed)
Draggable's "scope" option fails if no droppables currently exist
| Reported by: | NJBR | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.droppable | Version: | 1.7 |
| Keywords: | scope | Cc: | |
| Blocking: | Blocked by: |
Description
| []" to each case where droppables[scope] is referenced within ui.droppable.js |
Current code:
var m = $.ui.ddmanager.droppables[t.options.scope];
Proposed change:
| []; |
There are three other locations within the file that would need this change.
Change History
Note: See
TracTickets for help on using
tickets.

