-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
Security Level: Jimmy
-
None
In Listbox.service() around line 3658, the following structure may result in an infinite loop, if smodel == null:
while (start >= 0 && end >= 0 && start <= end) { //ZK-2804: add those items not in _items as selected if (smodel != null) { Object ele = _model.getElementAt(start++); if (ctrl == null || ctrl.isSelectable(ele)) smodel.addToSelection(ele); } }
- relates to
-
ZK-2804 listbox select range with ROD
- Closed