Bug #78971
closedBug #71298: Fix missing/broken RTE features after Link Handler API merge
Link Wizard keeps title default value so the kind of link changes
0%
Description
On opening the link wizard the field title gets a default value for the current kind of link (normaly 'page', so 'link to internal page'). after selecting another kind of link (e.g. external URL) the value of of the title field is kept from the previous tab.
After clearing the field and selecting another kind of link the default value for that kind of link is inserted and kept on further changes.
In earlier versions the default-text changed according the selectes kind of link. in 7.6.14 the value is kept. this might be useful for an individual set title, but the usage propably is low. (how often do you change a kind of link after the initial setting?)
More often an editor opens the link wizard, which starts with the internal link (and so the text for internal link) and selects that kind of link which is needed. then he selects his target (and might adopt the default title to an individual title). but according to older versions of TYPO3 he might ignore the (wrong) value title assuming it will match the current kind of link.
Updated by Stefan Terborg about 7 years ago
I definitely agree with the last paragraph. The default settings should switch when changing the link type.
How is the default setting supposed to be configurated for link fileds outside RTE? I only know of
TCEMAIN.linkHandler.page.addParams = onclick="jumpToUrl(...
which is not so handy. Besides, you cannot translate this setting.
Updated by Riccardo De Contardi over 5 years ago
- Related to Feature #87526: LinksController - Override with default on LinkHandler switch added
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
- Assignee deleted (
Markus Klein)
According to https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98275-RemovedPreDefinedLinkTitleAttributesInRTELinkBrowser.html since TYPO3 12 it is no more possible to set a default title for links in the wizard.
For this reason I think it is safe to close this issue
If you think that this is the wrong decision or there is still work to do here, please open a new issue with a reference to this one. Thank you.