GNOME Bugzilla – Bug 681985
should go out of selection mode when there are no boxes to select
Last modified: 2016-03-31 13:59:45 UTC
If the user deletes all boxes, we should get out of selection mode (mccann mentioned this at GUADEC).
(but only when the "undelete?" popup is gone I guess)
Created attachment 223511 [details] [review] ui: Go out of selection mode after removing all boxes If you delete all your boxes, we currently stay in selection mode, and the user has to click on 'Cancel' to go out of it. After this commit, we go out of selection mode when the collection view gets empty after some changes in selection mode.
(In reply to comment #1) > (but only when the "undelete?" popup is gone I guess) Hmm, maybe, dunno... The patch I just attached does not do that. There is work to do to refine when these popups should appear/disappear anyway...
Review of attachment 223511 [details] [review]: ack
Attachment 223511 [details] pushed as 53124fb - ui: Go out of selection mode after removing all boxes