https://bugs.kde.org/show_bug.cgi?id=408290
--- Comment #4 from Nate Graham <n...@kde.org> --- (In reply to Kishore Gopalakrishnan from comment #3) > (In reply to Kai Uwe Broulik from comment #2) > > Probably needs to be changed to: > > > > Keys.onEscapePressed: { > > if (searchToggleButton.checked) { > > searchToggleButton.checked = false; > > } else { > > event.accepted = false; > > } > > } > > This seems to work. Should I submit the patch? Yes please! > Note: I found another similar bug. If we click on some elements in the > networks list in a particular order, the searchbox refuses to accept text > that we type until we manually place the focus in the searchbox. I'll try to > see how that can be fixed. If you do, feel free to submit a patch for that, too. -- You are receiving this mail because: You are watching all bug changes.