Bug #432
Multiple Select on buffer and deletion only deletes first in selection
100%
Description
When you want to delete some buffers, you can select multiple buffers and then use the contextmenu to select "delete buffer". Then only the first clicked item is deleted, not all
Expected: every selected buffer should be deleted.
Additional information:
Two ways to solve:
1) implement a "delete all selected"
2) don't open the contextmenu when multiple buffers are selected.
I guess this is also happening to "hide events" and other stuff in the context menu, but I only tried "delete"
Associated revisions
Handle multi-selections in BufferViews sanely.
This means that actions like hiding and deleting buffers now also work if multiple buffers
are selected. This is true for all displayed actions, i.e. you can hide events in multiple
buffers at once, or send CTCP commands to multiple nicks, etc.
(Finally) fixes #432.
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by Sputnick almost 16 years ago
- Status changed from New to Assigned
- Assignee set to Sputnick
- Target version set to 0.4.0
- Version set to 0.3.1+
This needs to be looked into, after I fixed the related bug #428 which kept me from testing in the first place :)
#3 Updated by EgS almost 16 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 73696998505c35c02bd019f78e9f502cbc36da5b.
#4 Updated by Sputnick almost 16 years ago
- Status changed from Resolved to Assigned
Wupps, screwed up when I told EgS the bug number :) This issue is not yet solved, but will be soon now that #428 is closed.
#5 Updated by Sputnick almost 16 years ago
- Status changed from Assigned to Resolved
Applied in changeset a40fb3e7457e15047ac4ba52b169ad61163499ca.
Quassel no longer gets a nervous breakdown when you select too many buffers - fixes #432