Ticket #1484942 (closed Patches: fixed)
Clear selection when selecting single item
| Reported by: | damischa | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1.1 |
| Component: | User Interface | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Default behaviour in Roundcube's message list is to not clear previous selections if user clicks (without any multiselect modifier keys) on a message that is already selected. This behaviour is different from the traditional listboxes. When single-selecting item from a listbox, having multiple items selected before, the initial selection is cleared and only that single item becomes selected. I'd myself prefer the traditional behaviour.
Sorry about not providing showcase, try this instead:
1. Select multiple messages from list (keeping shift or control down)
2. Click one of the selected items (WITHOUT shift or control) -> nothing happens
What should happen, if we implement the traditional listbox behaviour, is to clear the multiselection and make only the clicked message selected.
