diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index 20b5ad88..855c3912 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -851,7 +851,7 @@ Ox.List = function(options, self) { // shift-click on item addAllToSelection(pos); } - } else if (!isSelected(pos)) { + } else if (!isSelected(pos) && self.options.max != 0) { // click on unselected item select(pos); } else if (self.options.type == 'text') {