https://bugs.kde.org/show_bug.cgi?id=408290
--- Comment #3 from Kishore Gopalakrishnan <[email protected]> --- (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? 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. -- You are receiving this mail because: You are watching all bug changes.
