Actions
Bug #66854
closedRTE Link Editor: unfolding pagetree element does not jump to anchor of the choosen element
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-05-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
If you want to add a link in the RTE and you have a big pagetree.
By unfolding one tree element it reloads the frame. After reloading it should junp to the opened tree element.
But this does not happen.
The name attribute is set with 2 double quotation marks (name=""anchor""), but the anchor goes to the '#anchor'.
See screenshot.
Filename: /typo3/class.browse_links.php
both Funktions: PM_ATagWrap() -> this is existing 2 times
wrong: #$name = ' name="' . $bMark . '"';
right: $name = ' name=' . $bMark;
Greetings
Kerstin
Files
Actions