[konsole] [Bug 508692] Konsole became unresponsive after searching through multiple instances of search results in quick succession

"Christoph Cullmann" <[email protected]> Tue, 26 Aug 2025 14:49:17 +0000
Newsgroups gmane.comp.kde.devel.konsole
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=508692

Christoph Cullmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Christoph Cullmann <[email protected]> ---
In

SearchHistoryTask::executeOnScreenWindow

one does

QApplication::processEvents();

that leads to weird issues.

One should rather call that via some timer or singleShot in parts, but that is
some larger thing to fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.