Summary: | Can't dismiss search box with Esc after switching channels | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Nicolás Alvarez <nalvarez> |
Component: | inputline | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolás Alvarez
2011-03-06 07:33:26 UTC
While investigating this right now, the whole thing is actually more broken than just that - after the search bar has been opened, the Esc-to-focus-input box generally stops working, unless a view switch occurs which reenables the action (which is also the cause of the ambiguity). Git commit 2d50fd4bf02e80d109f70a7c1d49c9cdf6226f6e by Eike Hein. Committed on 27/04/2011 at 11:49. Pushed by hein into branch 'master'. Fix interaction between the search bar close shortcut and Focus Input Box. Relevant only with the default shortcut for Focus Input Box, which is ESC. Within a given tab Focus Input Box would stop working after the search bar had been opened, and after switching tabs forth-and-back there would be an ambiguous shortcut dialog box on triggering Focus Input Box when the search bar was open in the first tab. BUG:267760 M +1 -3 src/viewer/searchbar.cpp http://commits.kde.org/konversation/2d50fd4bf02e80d109f70a7c1d49c9cdf6226f6e |