SUMMARY The "Activate, raise and pass click" on inactive window action does not raise the window, that only happens on a second click. STEPS TO REPRODUCE 1. In System Settings -> Window Management -> Window Behavior -> Window Actions, change Left click to "Activate, raise and pass click", then apply. 2. Try clicking some inactive inner window OBSERVED RESULT The inactive window is activated and received the click, but is not raised. EXPECTED RESULT It should be raised. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.13.6-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 PRO 6850HS with Radeon Graphics Memory: 14.9 GiB of RAM Graphics Processor: AMD Radeon Graphics ADDITIONAL INFORMATION
Hi - I can reproduce this on Fedora KDE 42. Thanks!
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7562
Git commit fd0eef29d8c3cb55040ffacfcf77b17d87935ac2 by Vlad Zahorodnii, on behalf of John Kizer. Committed on 30/04/2025 at 12:45. Pushed by vladz into branch 'master'. Fix config options for inactive window action The "Activate, pass click and raise on release" option was added to the Window Actions Inactive Inner Window left click dropdown, but in this file was instead added to the Titlebar actions list: https://invent.kde.org/plasma/kwin/-/merge_requests/6555/diffs?file=794ca93c1a0a39541fac0b789307cde9ec80df1d#diff-content-794ca93c1a0a39541fac0b789307cde9ec80df1d This moves the added config file option to the Inner Window section, which should help it operate as expected when non-default options are selected. M +3 -3 src/kcms/options/kwinoptions_settings.kcfg M +1 -1 src/kwin.kcfg https://invent.kde.org/plasma/kwin/-/commit/fd0eef29d8c3cb55040ffacfcf77b17d87935ac2
*** Bug 499258 has been marked as a duplicate of this bug. ***
*** Bug 446541 has been marked as a duplicate of this bug. ***
*** Bug 461414 has been marked as a duplicate of this bug. ***