Project

General

Profile

Actions

Bug #83262

closed

Linkhandler popup forgets all settings after switching tabs

Added by Patrick Theurer over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2017-12-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

Hi,

the linkhandler popup (link browser) forgets all settings after switching tabs.
On link-browser-before-error.PNG you will see that link browser is restricted to fewer options.
After switching between tabs (News and Page) multiple times the browser loses all settings. Take a look at link-browser-after-error.PNG and the changed url. As you can see all settings got lost.

1.Reproducible with the lastest introduction package (8.7.8) and the carousel FCE.

2.Modify bootstrap_package\Configuration\TCA\tx_bootstrappackage_carousel_item.php by adding some blindLink stuff to the link field:

'blindLinkOptions' => 'file, mail, spec, url',
'blindLinkFields' => 'class, params, target, title'

3.Add new tab to link browser by modifing bootstrap_package/Configuration/PageTS/TCEMAIN.txt
TCEMAIN.linkHandler.tx_news {
    handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
    label = News
    configuration {
        table = tx_news_domain_model_news
    }
    scanBefore = page
}

4. Switch between tabs (News and Page) multiple times until the bug appears.


Files

link-browser-before-error.PNG (19.9 KB) link-browser-before-error.PNG Patrick Theurer, 2017-12-08 16:10
link-browser-after-error.PNG (22.5 KB) link-browser-after-error.PNG Patrick Theurer, 2017-12-08 16:10

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #83545: rte_ckeditor: Link-update-button disappears in link-browserClosed2018-01-12

Actions
Related to TYPO3 Core - Bug #78513: Link-Browser - Link target not changed, if switch between tabsNeeds Feedback2016-10-31

Actions
Actions

Also available in: Atom PDF