3.0.1 ctrl select + space is broken
3.0.1 ctrl select + space is broken
unfortunately, when a large group of duplicates is highlighted and select duplicates are unhighlighted via ctrl+click, pressing space will check all of the duplicates from the original large group, including the deselected duplicates.
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: 3.0.1 ctrl select + space is broken
This seems to work as expected for me - can't replicate this!
The listview used is known for it's bugs though, and from v.3.1 we are using a brand new one, which will hopefully have less issues (and more cool features).
The listview used is known for it's bugs though, and from v.3.1 we are using a brand new one, which will hopefully have less issues (and more cool features).
Re: 3.0.1 ctrl select + space is broken
Select two adjacent cells using Shift to select.
Space then toggles those two cells.
Now deselect on of those two using Ctrl+Click.
One is highlighted, one is not, both are either checked or not.
Now hit Space.
Status for both are then toggled, either checked or unchecked.
Only one should have been toggled, the other, the one you Ctrl+Click'd, should have been left as it was.
Repeat, though this time using three adjacent cells.
If you Ctrl+Click only one cell, all three are still toggled, only two should be.
If you Ctrl+Click two cells, two are still toggled, where only one should be.
Space then toggles those two cells.
Now deselect on of those two using Ctrl+Click.
One is highlighted, one is not, both are either checked or not.
Now hit Space.
Status for both are then toggled, either checked or unchecked.
Only one should have been toggled, the other, the one you Ctrl+Click'd, should have been left as it was.
Repeat, though this time using three adjacent cells.
If you Ctrl+Click only one cell, all three are still toggled, only two should be.
If you Ctrl+Click two cells, two are still toggled, where only one should be.
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: 3.0.1 ctrl select + space is broken
It's behaving like the above because the selection caret (the dotted line) causes an action on that row when space is pressed. this is probably a 'feature' of the .NET listview. This doesn't happen in 3.1 
