Bug #22718
closedLinked headers: title attribute "allows" only a word
0%
Description
The bug can be reproduced like this:
1.-Create a TEXT content element
2.- Link the standard header (call the wizard)
3.- In the popup window "RTE link" enter a linkt title containing more than one word
4.- Set link
5.- Open the popup again and you will see that only the first word gets loaded in the title form field
Actually you can set a link title containing more that one word. The problem does not exist in step 4. Only the first word of the link title gets preloaded in the corresponding when calling the link wizard (setp 5 above). So everytime you decide to modify the link, you have to set the title again, if you do not want to loose all words but the first one.
I patched the file /typo3/class.browse_links.php so that the full title gets preloaded in the form field. The title set in the frontend is still reduced to the first word. So I guess that appropriate modifications have to be made in the rendering procedure.
(issue imported from #M14481)
Files