If I select several (consecutive) animation effects in the animations sidebar pane, then click+drag them in some direction - instead of them all being dragged, the click selects just one of them, and it alone gets dragged. Build info: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: d9b33ed6644203141fdb0776c291425c2bc9f5ac CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3 Locale: en-IL (en_IL); UI: en-US
This only affects gtk3. This changed in 7.0 with https://git.libreoffice.org/core/commit/21e8ce9ab9a522d25e95773af59b7ccccaee4e54 weld custom animation panel I checked based on my result in bug 149031, so I did not have to bisect.
I can drag multiple rows in gtk (don't release mouse after selecting the last one and drag and drop the group), but gtk's built-in dnd icon generation always uses just the last selected row. Fairly tricky to get our own icon in there, to show multiple rows in the icon, but maybe doable.
Created attachment 184781 [details] dnd screencast what I now see with https://gerrit.libreoffice.org/c/core/+/145818 applied
(In reply to Caolán McNamara from comment #3) > what I now see with https://gerrit.libreoffice.org/c/core/+/145818 applied So... it's fixed, then?
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/231ad90b597410cab7f4f2e9a7b4547d97fb9972 tdf#149412 gtk3: show all selected rows in dnd icon It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
works for me, maybe a little finicky to do the drag and drop, but that seems to just be how GtkTreeView operates, but it does work and now the dnd icon indicates the full set of rows it will move. done in trunk, backport to 7-5 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/e033e1f2a8e202f5ded99729fe896f72e9a0c3be tdf#149412 gtk3: show all selected rows in dnd icon It will be available in 7.5.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.