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

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de

--- Comment #5 from Kai Uwe Broulik <k...@privat.broulik.de> ---
I guess, this is "by design", you start a new query and that resets the list.
However, Milou (the backend powering the standalone KRunner) has explicit code
for this:

>    // We clear the model ourselves in the reset timer, ignore any empty 
> matchset
>    if (matches.isEmpty() && m_resetTimer.isActive() && !m_hasMatches) {
>       return;
>  }

This avoids the flickering/teporary clearing of the list. Perhaps something
similar could be implemented in Kickoff. Ideally, of course, Kickoff was ported
to used the model from Milou.

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

Reply via email to