Bug #99784
closedWorkspaces Mail not working in Firefox 109
100%
Description
When changing the Stage of a Change, it should be possible to select a notification Email to the selected recipients (List with select boxes). It does not matter which recipients are selected, the Email is always being sent to the last recipient of the list (selected or not).
Steps to reproduce:
- Log in in TYPO3 Backend in Firefox 109
- Make a change while in a workspace
- Select the workspaces module
- Select the change and send it to a new stage
- Select the recipients to send the Email
- Send the change to the next stage
The Mail is always delivered to the last recipient on the list (selected or not).
Updated by Natalie Kleine-Herzbruch over 1 year ago
- TYPO3 Version changed from 10 to 11
The problem also exists with TYPO3 version 11 and Firefox version 110.0.1. The Mail is always delivered to the last recipient on the list (selected or not).
Updated by Paul Ilea over 1 year ago
The issue originates in the convertFormToObject
method of the TYPO3/CMS/Backend/Utility
RequireJs module.
The instanceof HTMLInputElement
condition seems to fail when using Firefox.
Replacing this with a simple tagName check fixes the issue.
Updated by Benni Mack over 1 year ago
- Related to Bug #84629: Workspaces: Notification settings not working as described added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79924
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79952
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79953
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5fd7b34296e591082f4627a6d2929ddd9f5c4069.
Updated by Andreas Kalkhoff over 1 year ago
- % Done changed from 100 to 70
- TYPO3 Version changed from 11 to 10
Updated by Andreas Kalkhoff over 1 year ago
- % Done changed from 70 to 100
- TYPO3 Version changed from 10 to 11
Caused my miscommunication/misinterpretation on my part. Reverted things, cannot reopen the ticket after all either way. Tried to delete earlier note, but only deleted the note itself, not the changes. Sorry!