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

--- Comment #5 from Kishore Gopalakrishnan <[email protected]> ---
(In reply to Nate Graham from comment #4)
> (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.

I've submitted it here. https://phabricator.kde.org/D21620

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

Reply via email to