#318 closed defect (fixed)
drag'n'drop bug
Reported by: | ilia_kantor | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is an dojo.html.clearSelection() call in DragStart?() method.
Looks like the author meant something like dojo.html.cancelSelection(), because current clearSelection implementation DELETES selected fragment, that shouldn't happen really.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Milestone: | → 0.2.2release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in #2832
Note: See
TracTickets for help on using
tickets.
Where are you seeing this?
dojo.html.clearSelection()
just collapses/cancels the current selection, it doesn't touch the contents. What version are you running?