Project

General

Profile

Actions

Bug #99784

closed

Workspaces Mail not working in Firefox 109

Added by Victor Manuel Grande Escanciano about 1 year ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2023-02-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #84629: Workspaces: Notification settings not working as describedResolved2018-04-05

Actions
Actions #1

Updated by Natalie Kleine-Herzbruch about 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).

Actions #2

Updated by Paul Ilea about 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.

Actions #3

Updated by Benni Mack 10 months ago

  • Related to Bug #84629: Workspaces: Notification settings not working as described added
Actions #4

Updated by Gerrit Code Review 10 months 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

Actions #5

Updated by Gerrit Code Review 10 months 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

Actions #6

Updated by Gerrit Code Review 10 months 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

Actions #7

Updated by Anonymous 10 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Andreas Kalkhoff 10 months ago

  • % Done changed from 100 to 70
  • TYPO3 Version changed from 11 to 10
Actions #9

Updated by Andreas Kalkhoff 10 months 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!

Actions

Also available in: Atom PDF