Bug 499628 - Compare feature does not make a focus on KDiff3 window
Summary: Compare feature does not make a focus on KDiff3 window
Status: REPORTED
Alias: None
Product: kdiff3
Classification: Applications
Component: application (other bugs)
Version First Reported In: 1.12.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: michael
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-07 04:19 UTC by beanbo
Modified: 2025-02-07 22:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description beanbo 2025-02-07 04:19:28 UTC
SUMMARY
"Compare by Content" opens new kdiff window which loses focus

STEPS TO REPRODUCE
1. Select two files
2. Select File -> Compare by Content...

OBSERVED RESULT
The kdiff3 tool will start with a proper files opened and compared - as it should. But this window will not be active.

EXPECTED RESULT
kdiff3 window should be active as I expect. So, I can press Alt + F4 and close it easily or do any other operations.

SOFTWARE/OS VERSIONS
krusader v2.9.0 on Arch Linux
KDE on Wayland
Comment 1 Alex Bikadorov 2025-02-07 17:41:48 UTC
This is only happening with KDiff3. For Kompare and Meld the opened window does get focus.
Also when kdiff3 is started from command line the window does not get focus.

I'm moving this from Krusader to KDiff3.

My guess is that this is only happening in Wayland because there it is a known problem.
Comment 2 beanbo 2025-02-07 22:47:35 UTC
yeah, you are right about Wayland
Just tested on X11 and it is working as expected