Issue Details (XML | Word | Printable)

Key: NTBL-257
Type: Functional Story Functional Story
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Edwin Park
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
NatTable

Mouse : Column group header cell : Select column group bindings

Created: 15/Jan/09 12:00 PM   Updated: 21/Jul/09 03:11 PM
Component/s: UI Event Handling
Affects Version/s: 2.0 iteration 6
Fix Version/s: Someday

Time Tracking:
Not Specified

Acceptance Criteria: tbd


 Description  « Hide
  • LEFT CLICK
    • +NONE
      • clear selection
      • set selection anchor to first cell in first column of clicked column group
      • select all cells in all columns of clicked column group
    • +SHIFT
      • clear last selected rectangle
      • do not change selection anchor
      • select all cells in all columns between selection anchor column and first column of column group; additionally select all cells in all columns of clicked column group
    • +CTRL
      • do not clear selection
      • set selection anchor to first cell in first column of clicked column group
      • if selection anchor column group is selected:
        • unselect all cells in all columns of clicked column group
      • if selection anchor column group is not selected:
        • select all cells in all columns of clicked column group
    • +SHIFT+CTRL
      • clear last selected rectangle
      • do not change selection anchor
      • if selection anchor column group is selected:
        • unselect all cells in all columns between selection anchor column and first column of column group; additionally unselect all cells in all columns of clicked column group
      • if selection anchor column group is not selected:
        • select all cells in all columns between selection anchor column and first column of column group; additionally select all cells in all columns of clicked column group


There are no comments yet on this issue.