Bug 446682 - Mouse selection is not real selection
Summary: Mouse selection is not real selection
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-08 14:16 UTC by Chris Rizzitello
Modified: 2021-12-08 21:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Example video (531.82 KB, video/mp4)
2021-12-08 14:16 UTC, Chris Rizzitello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rizzitello 2021-12-08 14:16:17 UTC
Created attachment 144348 [details]
Example video

SUMMARY
***
You can Have dolphin select a file with the mouse (with click to open) But the now highlighted item may not be where the real selection if you press up or down you may suddenly find your now selected several files away 
***


STEPS TO REPRODUCE
1. Open Dolphin
2. Setting is open with single click 
3. It can happen in both Icon and Detail Views. I find it easiest to test in detail mode.
4. Press and hold the mouse to enter the multi select mode so you can see a selection rectangle. Select a file about half way down the list. 
5. Press down or right

OBSERVED RESULT
The second file on the list will be highlighted 

EXPECTED RESULT
The file below the previously highlighted file should be selected.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
5.15.6-arch2-1 (64-bit)
KDE Plasma Version: 
5.23.4
KDE Frameworks Version: 
5.88.0
Qt Version: 
5.15.2
ADDITIONAL INFORMATION
Did a quick test in master and seen the same issue. I also tested this with the icon view and was able to trigger the bug. 

Attached Video Description.
We View a detail view of the current dolphin source with the "src" folder selected.
I then Select the file "DolphinVcsConfig.cmake.in" as described above (the highlight changes to the file) 
I press Down  now the "LICENSES" dir is highlighted.
I then Select the file "COPYING" with the mouse and press the context menu button on my keyboard (we can see its the right menu and location)  I close the menu w/ esc on my keyboard.
I press up and the "src" dir is selected once again .