Opened 14 years ago
Closed 14 years ago
#7045 closed enhancement (fixed)
DnD: extend the default creator to operate on raw DOM nodes
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DnD | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Some people find the concept of moving nodes more comforting, and more suitable for simple cases. We can meet these expectations by extending the default creator.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
(In [14154]) DnD: adding missing methods, adding synch() method to synchronize DOM nodes and the internal state of Container/Selector?. Refs #7045. Refs #5687. Refs #6045. !strict
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
(In [14257]) dnd: adding the autoSync option, and the AutoSource? class, which utilizes it by default. Refs #7045. !strict.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [14153]) DnD: making sure that the creator always called in the context of the container, basing the default creator on a parent node instead of the container node. Refs #7045. !strict