Project

General

Profile

Bug #1403

Backspace hides channel

Added by olus about 8 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Quassel Client
Target version:
-
Start date:
04/04/2016
Due date:
% Done:

100%

Estimated time:
Version:
0.10.0
OS:
Mac OS X

Description

I am using OSX v10.10.5 with the client only version of 0.12.3. From time to time when I highlight text in the input box and press the backspace key it will hide the channel in the channel list instead of deleting the text. I'm not sure of all the situations where this happens, but I can recreate it by highlighting text in the input box, clicking on a channel so that the "All Chats" box is highlighted and hitting backspace. This doesn't happen if there is no text in the input box. I do not have backspace assigned as a shortcut for hiding channels. Typing /join <channel> unhides it.

Associated revisions

Revision 0ba56e60 (diff)
Added by genius3000 about 6 years ago

Remove old 'remove buffer' KeyPress code

Since commit 9f33f6e4 a 'hide current buffer' shortcut is available.
This is the global application shortcut like Sput referenced in
http://bugs.quassel-irc.org/issues/668

Keeping a hard-coded KeyPress event doing the same seems unnecessary.
Users have also expressed dislike in the use of 'Backspace' for this
buffer removal. Unintentional buffer removals are often for some.

This commit removes the 'KeyPress' event and cleans up the
'hideCurrentBuffer' code, removing commented (un-needed) code.

Reference: http://bugs.quassel-irc.org/issues/1403
Fixes #1403. Closes GH-299.

History

#1 Updated by genius3000 about 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF