SUMMARY Currently we can tag multiple files at the same time via information panel. But if we select multiple files and right-click on any of them, "Assign tags" feature is missing from the context menu. It would be very nice if we also could assign tags to multiple files at the same time regardless information panel is enabled or not, via context menu. STEPS TO REPRODUCE 1. open Dolphin 2. select two or more files 3. right-click on any selected file OBSERVED RESULT "Assign tags" feature is missing from the context menu. EXPECTED RESULT we can use "Assign tags" feature from context menu to tag multiple files at the same time. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2
Unfortunately this is unfixable as Qt automatically closes the menu when an item is clicked, and this cannot be overridden in any KDE code. See https://bugreports.qt.io/browse/QTBUG-79751
The bug is not about "multiple tags", but "multiple files", so the QMenu bug/feature request does not apply. This is definitely something that can be changed in dolphin, though it becomes somewhat complicated when the selected files have different tags. The "multiple tags" case could be improved as well. There are two methods in dolphin to tag a file: - using the context menu - using the "Information" panel (F11) The information panel opens a dialog where multiple tags can be selected, and new ones be added. The context menu also opens a dialog when "Assign tags..." -> "Create new..." is selected. The latter could be changed to show the same dialog as the information panel.
I have opened https://bugs.kde.org/show_bug.cgi?id=420116 for the "multiple tags" case.
Oops sorry, my mistake. This is what happens when you triage bugs at 22:00...
*** Bug 426631 has been marked as a duplicate of this bug. ***