Bug 489770 - Minor selection improvement
Summary: Minor selection improvement
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-05 05:56 UTC by manuelchaves
Modified: 2024-07-05 05:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Ctrl and shift actions (401.86 KB, image/gif)
2024-07-05 05:56 UTC, manuelchaves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manuelchaves 2024-07-05 05:56:34 UTC
Created attachment 171398 [details]
Ctrl and shift actions

This is a small detail that I think might be missing.

If you see the attached gif, you'll see in the first action how ctrl pick + shift range pick works as expected.

But in the second action I toggle off the ctrl-picked item, yet the shift range selection still happens at that point.

If the item is toggled off it shouldn't count as a starting point for a selection, I think.

What I did in my own implementation (in another application) was keep a date of selection on every selected item. And I use the most recently selected item as the starting point for range selections. When an item is deselected the date is set to 0.

This is not critical but I thought I'd just share it just in case.