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 #1

Updated by Andreas Kienast almost 5 years ago

  • Related to Task #87324: Split FormEngine.js into smaller chunks added
Actions #2

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61278

Actions #3

Updated by Gerrit Code Review almost 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61278

Actions #4

Updated by Andreas Fernandez almost 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF