Project

General

Profile

Actions

Bug #66854

closed

RTE Link Editor: unfolding pagetree element does not jump to anchor of the choosen element

Added by form4 GmbH & Co. KG about 9 years ago. Updated over 5 years ago.

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

screenshot_firebug.PNG (6.74 KB) screenshot_firebug.PNG form4 GmbH & Co. KG, 2015-05-08 13:19
Actions

Also available in: Atom PDF