Created attachment 182198 [details] the funky reaction of the widgets SUMMARY trying to move a widget on a panel is weird and not accurate, and just..... just look at the attachment STEPS TO REPRODUCE 1. go to edit mode 2. create a panel if you haven't already, or just do that on the current panel you have 3. try to move widgets OBSERVED RESULT it moves accurately, as intended EXPECTED RESULT every other widget "jumps" all over the panel SOFTWARE/OS VERSIONS Linux: fedora 42 kde plasma edition KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.1 ADDITIONAL INFORMATION
Can reproduce.
(In reply to Nate Graham from comment #1) > Can reproduce. offtopic: glad you survived not being able to read arabic :D
I used `plasmashell --replace --reverse` to test. :) That shows the issue too.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3124
Git commit be926f1fe42b393afba32f483483cddfab92c594 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 31/07/2025 at 15:20. Pushed by ngraham into branch 'master'. Refactor panel widget editing UI for RTL This should fix all issues regarding drag-and-dropping widgets in panel edit mode for RTL languages. FIXED-IN: 6.4.4 M +4 -0 containments/panel/ConfigOverlay.qml M +6 -5 containments/panel/main.qml M +0 -1 toolboxes/paneltoolbox/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/be926f1fe42b393afba32f483483cddfab92c594
Git commit 8f1e163c6e6f10e59f8dcd3b9e3dc6c7e827b5da by Nate Graham. Committed on 31/07/2025 at 15:21. Pushed by ngraham into branch 'Plasma/6.4'. Refactor panel widget editing UI for RTL This should fix all issues regarding drag-and-dropping widgets in panel edit mode for RTL languages. FIXED-IN: 6.4.4 (cherry picked from commit be926f1fe42b393afba32f483483cddfab92c594) cfa73938 Refactor panel widget editing UI for RTL Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +4 -0 containments/panel/contents/ui/ConfigOverlay.qml M +6 -5 containments/panel/contents/ui/main.qml M +0 -1 toolboxes/paneltoolbox/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8f1e163c6e6f10e59f8dcd3b9e3dc6c7e827b5da
Thx