https://bugs.kde.org/show_bug.cgi?id=468703
--- Comment #3 from Igor Kushnir <igor...@gmail.com> --- I just debugged this bug for a while, but haven't found the root cause. Noticed that the bug may be absent for a while. When it starts happening, the same wrong split view is searched in repeatedly. And the searched text is the one that was last searched for in this wrong view, not the one displayed in the search bar (which belongs to the split view, in which the user last double-clicked). When the bug occurs in the steps to reproduce, the third step ^F activates the wrong view, because the "pattern" combobox of the wrong split view gets focus, which activates its parent view. But the correct view is then passed to KTextEditorIntegration::MainWindow::showViewBar(), hence the mismatch between the displayed text and the searched-for-in-the-wrong-view text. > The only other thing of note is I use focus follows mouse. This can exacerbate the problem and make the bug much more frequent, because KDevelop aims to search in the split view that currently has focus. -- You are receiving this mail because: You are watching all bug changes.