Project

General

Profile

Actions

Bug #88738

closed

`change` event not dispatched

Added by Andreas Kienast almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
Start date:
2019-07-12
Due date:
% Done:

100%

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

Description

Reproducible with the following issue:

  1. Have a record with a link browser (e.g. tt_content with field link_header)
  2. Select a page via link browser
  3. Save
  4. Now, open the link browser again and select another page
  5. In v9, the input field changed its view to show the URL. In v10, this doesn't work anymore

This is because `TBE_EDITOR.fieldChanged()` makes use of `jQuery.triggerHandler()`, which is incompatible with JavaScript's native `addEventListener`.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #87324: Split FormEngine.js into smaller chunksClosedAndreas Kienast2019-01-03

Actions
Actions

Also available in: Atom PDF