Project

General

Profile

Actions

Bug #94108

closed

Value picker does not longer mark associated field as changed

Added by Oliver Bartsch almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-05-11
Due date:
% Done:

100%

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

Description

Steps to reproduce:

1. Set target as required: $GLOBALS['TCA']['pages']['columns']['target']['config']['eval'] = 'trim,required';
2. Create new page of Type "Link to external URL [3]"
3. Select a target with the value picker

Expected : onChange triggers validation of the field and the form can be submitted
Actual : No validation is triggered and the form can not be submitted due to mandatory fields being "empty"

In v10 the fieldChangeFunc is added to the onclick attribute: TBE_EDITOR.fieldChanged(...);
In v11 the fieldChangeFunc is empty and therefore nothing happens when selecting a value via the value picker.

Side note: You can also test this in the Site Configuration module by adding a new language and selecting the Locale via the value picker.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #93975: Deprecate TBE_EDITOR.fieldChangedClosed2021-04-23

Actions
Actions #1

Updated by Oliver Bartsch almost 3 years ago

  • Related to Bug #93975: Deprecate TBE_EDITOR.fieldChanged added
Actions #2

Updated by Andreas Kienast almost 3 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Gerrit Code Review almost 3 years ago

  • Status changed from In Progress 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/+/69107

Actions #4

Updated by Andreas Fernandez almost 3 years ago

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

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF