Select & DRAG
August 30, 2019
List of questions I have in my mind
Table
- In a table should the selection should happen on mousedown or on click (mousedown followed by mouseup) ?
- Provided the mousedown selects the cell in table, should the next mousedown on same cell should clear the selection ?
- How can we drag a cell in table ?
- How can we drag multiple cells in a table ?
- Should drag should select the cells or should it actually drag the cells?
Tree
- In a tree should the selection should happen on mousedown or on click (mousedown followed by mouseup) ?
- Provided the mousedown selects the node in tree, should the next mousedown on same node clear the selection ?
- How can we drag in tree ?
- How can a mutliselect drag happens in tree ?