Bug #66854
closedRTE Link Editor: unfolding pagetree element does not jump to anchor of the choosen element
100%
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
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39363
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39364
Updated by form4 GmbH & Co. KG over 9 years ago
Hi,
thanks for the fix patch.
I just checked this with my older TYPO3 Version 6.2.9, but the patch for branch TYPO3_6-2 works fine.
I would like to mention, that the file contains two classes and both classes have the method PM_ATagWrap() implemented in the same way.
I'm not sure if the other occurence should be patched too.
Do you think, this will be in the next Version 6.2.13?
Greetings
Kerstin
Updated by Andreas Fernandez over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11170b11fcc6e46f34052986e3d2bce7b13798cf.