diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index 0e4a10ba..ab625131 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -356,11 +356,11 @@ Ox.List = function(options, self) { function dragstart(data) { var $target = $(data.target), $parent = $target.parent(); - if ( + if (( $target.is('.OxTarget') // icon lists || $parent.is('.OxTarget') // text lists || $parent.parent().is('.OxTarget') // text lists with div inside cell - ) { + ) && !$target.is('.OxSpecialTarget')) { self.drag = { ids: self.options.selected };