Bug #47
prevent inputline from losing focus
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (Qt)
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Version:
0.3.1+
OS:
Any
Description
Currently the inputline loses focus when selecing a different buffer and on many other occasions. Thus one has to select the inputline by hand before beeing able to write again.
In my opinion this is not so smooth :)
Related issues
Associated revisions
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by sph almost 16 years ago
This could use a bump as it greatly annoys me ;)
Would also fix Bug #221.
#3 Updated by Sputnick almost 16 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset dc9de5af386f61e6dc5537d04ccc8aceb8126b21.
InputLine now regains focus on keypress
Pressing any letter, number, or space will automatically focus the input line now.
This compensates for the fact that clicking in the BufferView now takes away focus :)
Fixes #47 and #221.