tutanota icon indicating copy to clipboard operation
tutanota copied to clipboard

Selection behavior after processing an email.

Open wrdhub opened this issue 1 year ago • 0 comments

As a user I want to configure the what is selected/shown after moving the current selection to a different location

AC

  • When a single email is viewed and removed from the list as a result of some action (e.g. move operation), the list changes
    • if the "show older" is used, select the next older email or the last email in the list if there are none
    • if "show newer", select the next newer email or the first email in the list if there are none
    • if "show none" clears the selection, and in single-column mode goes back to the list view
    • if the email was the only email in the list, the focus must shift to the list and no email should be selected
  • When multiple emails are selected and removed from the list as a result of an action, the list changes the selection.
    • if the "show older" is used, select the next older email after the oldest in selection or the last email in the list if there are none
    • if "show newer", select the next newer email before the newest in selection or the first email in the list if there are none
    • if "show none" the list clears the selection, and in single-column mode goes back to the list view
    • if no emails are left in the list, the focus must shift to the list and no email should be selected
  • The option is configurable per device and the default options are: for mobile apps: "show none", and desktop/web: "show older"

wrdhub avatar Feb 20 '24 15:02 wrdhub