3.0.1 ctrl select + space is broken

The best solution for finding and removing duplicate files.
Post Reply
zer0nix
Posts: 2
Joined: Mon Feb 06, 2012 1:30 pm

3.0.1 ctrl select + space is broken

Post by zer0nix »

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.
User avatar
DigitalVolcano
Site Admin
Posts: 1733
Joined: Thu Jun 09, 2011 10:04 am

Re: 3.0.1 ctrl select + space is broken

Post by DigitalVolcano »

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).
User avatar
therube
Posts: 615
Joined: Tue Jun 28, 2011 4:38 pm

Re: 3.0.1 ctrl select + space is broken

Post by therube »

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.
User avatar
DigitalVolcano
Site Admin
Posts: 1733
Joined: Thu Jun 09, 2011 10:04 am

Re: 3.0.1 ctrl select + space is broken

Post by DigitalVolcano »

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 :)
Post Reply