Project

General

Profile

Actions

Bug #89201

closed

FlexForm - flexform container EventListener not registered on new inline element

Added by Henrik Elsner over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2019-09-18
Due date:
% Done:

100%

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

Description

When creating a new section inside of a new inline element the eventListener is not registered for the new element.
This causes the addition of a new section to fail until the parent element is saved one time.

/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.ts

$('.t3js-flex-container-add').on('click', function(this: HTMLElement, e: Event): void {

Changing this to

$(document).on('click', '.t3js-flex-container-add', function(this: HTMLElement, e: Event): void {

should fix this issue.

Issue also exists in Version 8 where JavaScript is used.

Actions

Also available in: Atom PDF