Project

General

Profile

Actions

Bug #96027

closed

FlexForm: Typolink link browser/wizard doesn not open in popup

Added by Joerg Boesche over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-11-18
Due date:
% Done:

100%

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

Description

A flexform of a content element with a link list does not open the link wizard in a popup.
Is this a new bug or a configuration problem? (Screenshots)

The is no JavaScript error or an unsuccessful response in the Dev Tools.
FlexForm config for the element (link):

<?xml version="1.0" encoding="UTF-8"?>
<T3DataStructure>
    <meta>
        <langDisable>1</langDisable>
    </meta>
    <ROOT>
        <type>array</type>
        <el>
            <linklist>
                <type>array</type>
                <section>1</section>
                <el>
                    <item>
                        <title>LLL:EXT:acme/Resources/Private/Language/locallang_db.xlf:linklist</title>
                        <type>array</type>
                        <el>
                          <linkitem_link>
                              <TCEforms>
                                  <label>LLL:EXT:acme/Resources/Private/Language/locallang_db.xlf:linkitem_link</label>
                                  <config>
                                      <type>input</type>
                                      <renderType>inputLink</renderType>
                                      <size>30</size>
                                      <eval>trim,required</eval>
                                      <fieldControl>
                                          <linkPopup>
                                              <renderType>linkPopup</renderType>
                                          </linkPopup>
                                      </fieldControl>
                                  </config>
                              </TCEforms>
                          </linkitem_link>
                        </el>
                    </item>
                </el>
            </linklist>
        </el>
    </ROOT>
</T3DataStructure>

All other TCA configs with the renderType=inputLink still working. E.g. header_link, but not inside of a flexform configuration.

----
In T3 version 11.5.3 the linkpopup /modal doesnt open.
In T3 version 11.5.2 the linkpopup /modal opens and the Link Browser is visible.


Files

flexform_2.png (60.2 KB) flexform_2.png Wizard is opened in the same frame and not modal/popup Joerg Boesche, 2021-11-18 11:07
flexform_1.png (17.7 KB) flexform_1.png Click on the link button, to open the link wizard Joerg Boesche, 2021-11-18 11:07

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #96009: inputType=inputLink not working anymore in IRREClosed2021-11-17

Actions
Related to TYPO3 Core - Task #95954: Reduce inline JavaScript in FormEngine AJAX responsesClosedOliver Hader2021-11-10

Actions
Related to TYPO3 Core - Bug #96073: TCA form validation error with FlexForm sectionsRejected2021-11-25

Actions
Actions

Also available in: Atom PDF