Project

General

Profile

Actions

Bug #96009

closed

inputType=inputLink not working anymore in IRRE

Added by Chris Müller over 2 years ago. Updated over 1 year ago.

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

100%

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

Description

Since TYPO3 v11.5.3 the link selection modal does not work anymore for a field in IRRE with type="input" and inputType="inputLink".

- When clicking on the link button, the modal is opened with activated overlay, so nothing can be done. Only a reload of the backend helps then.
- A click on the "Toggle link explanation" button does nothing.

In both cases no JavaScript error occurs in the console. With TYPO3 v11.5.2 everything worked as expected.

My TCA:

'link' => [
'exclude' => true,
'label' => 'Link',
'config' => [
'type' => 'input',
'renderType' => 'inputLink',
'size' => 50,
'max' => 1024,
'eval' => 'trim,required',
'fieldControl' => [
'linkPopup' => [
'options' => [
'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header_link_formlabel',
'blindLinkOptions' => 'file,folder,telephone,mail',
],
],
],
'softref' => 'typolink',
],
],

Files


Related issues 7 (0 open7 closed)

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

Actions
Related to TYPO3 Core - Bug #96027: FlexForm: Typolink link browser/wizard doesn not open in popupClosed2021-11-18

Actions
Has duplicate TYPO3 Core - Bug #95998: Can't add a link on an image with link browserClosed2021-11-16

Actions
Has duplicate TYPO3 Core - Bug #96085: LINK Browser in Inline Records for fields with renderType "inputLink" no longer works correctly.Closed2021-11-26

Actions
Has duplicate TYPO3 Core - Bug #96088: Linkwizard in IRRE element appears behind overlayClosed2021-11-26

Actions
Has duplicate TYPO3 Core - Bug #96175: Link Wizard modal conflict at inline recordsClosed2021-12-01

Actions
Has duplicate TYPO3 Core - Bug #96090: Broken LinkWizard for new FileReferenceClosed2021-11-26

Actions
Actions

Also available in: Atom PDF