Bug 465021 - make partition Resize/Move slider handle more forgiving
Summary: make partition Resize/Move slider handle more forgiving
Status: RESOLVED DUPLICATE of bug 448908
Alias: None
Product: partitionmanager
Classification: Applications
Component: general (show other bugs)
Version: 22.04.1
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Andrius Štikonas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-30 02:47 UTC by greenscarf005
Modified: 2023-01-30 21:31 UTC (History)
0 users

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


Attachments
example of the hardships of moving the slider (34.64 KB, image/gif)
2023-01-30 02:47 UTC, greenscarf005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description greenscarf005 2023-01-30 02:47:27 UTC
Created attachment 155775 [details]
example of the hardships of moving the slider

SUMMARY

STEPS TO REPRODUCE
1. Open KDE partition manager.
2. Click on a partition and choose `Partition` -> `Move/Resize`.
3. Drag right handle to resize partition.

OBSERVED RESULT
It's very hard to drag right handle because the cursor must be precisely placed at 1px border.
(see attached gif)

EXPECTED RESULT
Easier dragging handles. Following method could be used:
-  Snap cursor near right handle
- Give large margin of error to right handle (e.g: 20px)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 22.04
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.3
Comment 1 Andrius Štikonas 2023-01-30 21:31:14 UTC
It's not trivial to implement this. It seemed to me that the only way to achieve that is to increase size of the border, but it looks quite confusing: https://bugsfiles.kde.org/attachment.cgi?id=145730

*** This bug has been marked as a duplicate of bug 448908 ***