We are seeing instances where a multiselect table will return null for getValue when columns are sorted and using shift-click selection.
This can be easily reproduced on http://demo.vaadin.com/sampler#TableMultipleSelection:
- Sort by the Country column
- Select Albania
- Sort by the Code column
- Shift-click on Afghanistan
This results in two problems:
- United Arab Emirates and Afghanistan are shown as selected (this is wrong, should be Albania through Afghanistan).
- The selection text shows "Selected: [null]
"