Created attachment 152775 [details] Screenshot of settings window SUMMARY When setting up a custom drawing area, it seems like it is only possible to adjust the bottom right corner. Even if the starting position is displayed in the UI, nothing seems to be able to change/adjust it. (See attached screenshot) I've tried dragging on the area box. This simply starts dragging the whole settings window. I've tried different modifier keys (shift, ctrl, etc). I've also tried to right click on the bottom right resize widget to see if that somehow magically started dragging the top corner. STEPS TO REPRODUCE 1. Open the tablet settings 2. Select "Custom size" 3. Try to position the drawing area so that it doesn't start at the top left of the screen 4. Notice that there doesn't seem to be any way to do that. OBSERVED RESULT It is not possible to position the area so that the box is centered in the screen. EXPECTED RESULT The drawing area box should be able to be moved and positioned in any way the user likes. From the look of it, this should already be supported code wise, but it might not be exposed in the UI? SOFTWARE/OS VERSIONS Linux/KDE Plasma: Gentoo Linux, KDE Plasma 5.26.0 KDE Plasma Version: 5.26.0 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.5
I can reproduce, it's very weird, the page below keeps scrolling under the mouse as I try to drag it. I need to find why that happens and how to absorb these events.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1219
Git commit aae4a67a134b64ba8762887befc9289019345288 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 25/10/2022 at 17:16. Pushed by apol into branch 'master'. kcms/tablet: Fix dragging components Different drag fallback mechanisms would be hijacking our events. M +7 -0 kcms/tablet/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/aae4a67a134b64ba8762887befc9289019345288
Git commit 32ac1394c7d3d70a18751b7343851991763942e4 by Nate Graham, on behalf of Aleix Pol. Committed on 25/10/2022 at 17:42. Pushed by ngraham into branch 'Plasma/5.26'. kcms/tablet: Fix dragging components Different drag fallback mechanisms would be hijacking our events. (cherry picked from commit aae4a67a134b64ba8762887befc9289019345288) M +7 -0 kcms/tablet/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/32ac1394c7d3d70a18751b7343851991763942e4
I can confirm that this fixes it. Thanks! :)
*** Bug 457704 has been marked as a duplicate of this bug. ***