Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:n/a
Description
If we can retrieve information of whether the shift-key is pressed on a RowSelection event we should implement the standard UI paradigm of the shift-key including all items between two selected items.
Issue Links
- is duplicated by
-
ICE-3741 Add support for using mouse click + "shift" and "ctrl" keys to select multiple rows in dataTable
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Adnan Durrani [ adnan.durrani ] |
Fix Version/s | 1.7 [ 10080 ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Yip Ng [ yip.ng ] |
Fix Version/s | 1.7.1 [ 10122 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Assignee | Yip Ng [ yip.ng ] |
Fix Version/s | 1.7.1 [ 10122 ] |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] |
Same for the control key:
plain click: (de)select only the clicked row (deselecting all other selected rows) and set selection base to that row
control click: (de)select the clicked row additional to any existing selections and set selection base to that item, allowing multiple discontiguous rows or ranges of rows to be selected
shift click: extend selection from last selection base to clicked row with (additional) contiguous range