
| Key: |
NTBL-225
|
| Type: |
Functional Story
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Edwin Park
|
| Reporter: |
Edwin Park
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 day, 1 hour
|
|
|
Remaining Estimate:
|
1 day, 1 hour
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Test coverage: |
Added the ColumnSelectionTest
|
If a column header is selected, all cells in the column should be selected
Multiple columns may also be selected
Column selection should conform to the CTRL/SHIFT modifier behavior as specified in NTBL-224
|
|
Description
|
If a column header is selected, all cells in the column should be selected
Multiple columns may also be selected
Column selection should conform to the CTRL/SHIFT modifier behavior as specified in NTBL-224 |
Show » |
Sort Order:
|
Created the ColumnSelectionTest which tests my logic for column selection, see the method selectColumn in the SelectionLayer class.