https://bugs.kde.org/show_bug.cgi?id=522372

Méven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/-/commit/44618d3
                   |                            |be8186ffa1c2afc97051d53dfbd
                   |                            |7f23de
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from Méven <[email protected]> ---
Git commit 44618d3be8186ffa1c2afc97051d53dfbd7f23de by Méven Car.
Committed on 11/08/2026 at 17:41.
Pushed by meven into branch 'master'.

dolphinview: Tell the actions about the selection before the background menu

A context menu asked for on the background of the view is filled from the
selection, and the click that asked for it also emptied the selection. That
change is announced on a short timer, which only fires once the menu already
runs its own event loop, so the menu was filled from the selection the user
had before the click. A service menu for the folder then got the file that
was selected a moment earlier, and %u and %U were left empty.

The pending change is now announced before the menu is asked for, the way
the menu for an item already does it.

M  +5    -0    src/tests/CMakeLists.txt
A  +99   -0    src/tests/dolphinviewtest.cpp     [License: GPL(v2.0+)]
M  +7    -0    src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/-/commit/44618d3be8186ffa1c2afc97051d53dfbd7f23de

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to