nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
850 stars 262 forks source link

UI bug causes no e-mails to be sent to CC, BCC and TO recipients #10273

Open markusweigelt opened 1 month ago

markusweigelt commented 1 month ago

Steps to reproduce

  1. Type E-Mail addresses in TO, CC, BCC
  2. Do not selecting the bubble with the mouse, only use tab to switch to next field or click direct in next field

Expected behavior

If you leave the TO, CC or BCC field, the mail must be selected automatically.

Actual behavior

This UI bug has caused a lot of confusion and the issue where emails were no longer forwarded to CC or BCC recipients. Sometimes, the TO recipients didn’t receive the email because they weren’t selected when only a CC recipient was chosen.

Only typed e-mail address Image

Selected e-mail address Image

Mail app version

3.7.9

Mailserver or service

No response

Operating system

No response

PHP engine version

PHP 8.3

Web server

Apache (supported)

Database

MariaDB

Additional info

Browser: Tested in Chrome and Opera maybe in other browsers the same problem

kesselb commented 1 month ago

Thanks for your report 👍

That was done with https://github.com/nextcloud/mail/pull/9566 for Mail 4.0

kesselb commented 1 month ago

Here's the backport for Mail 3.7 https://github.com/nextcloud/mail/pull/10290