Actions
Bug #88095
closedAnchor links and query parameters result in wrong link
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-04-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When linking to a specific content element on a page together with e.g. L=1
as parameter, results in a link like t3://page?uid=2#202&L=1
.
The problem seems to be LinkBrowser.finalizeFunction
in RteLinkBrowser.js
, when the params
containing L=1
is just appended to link
, which contains the link including the anchor.
Actions