Bug #82888
closedMissing label in link browser
100%
Description
As backenduser when setting a link in the text editor on a "text" content element I do:> Highlight text> Open link browser> go to "Page" tab> Missing label/text description in the highlighted area (see red marking)
The required configuration for CKeditor in yaml is:
buttons: link: pageIdSelector.: enabled: 1
Files
Updated by Georg Ringer about 7 years ago
Which name does the field have? Thanks for that information
Updated by Riccardo De Contardi about 7 years ago
Is there some TSConfig setting to enable the "CSS-class" and "Additional link parameters" fields in the link wizard of CKEditor?
I attach the screenshot of my wizard
Updated by Fedir RYKHTIK about 7 years ago
Just tested on TYPO3 9 - no such button (Chrome / Desktop).
Updated by Georg Ringer about 7 years ago
- Status changed from New to Needs Feedback
are you using ckeditor or rtehtmlarea. can you also please add the name attribute of the field? thanks
Updated by Felix Paul about 7 years ago
Georg Ringer wrote:
are you using ckeditor or rtehtmlarea.
We are using the ckeditor
Georg Ringer wrote:
can you also please add the name attribute of the field? thanks
The name attribute of the input tag is "luid"
Hope this helps, thank you!
Updated by Georg Ringer about 7 years ago
- Status changed from Needs Feedback to Accepted
ok the issue is in \TYPO3\CMS\Recordlist\LinkHandler\PageLinkHandler::modifyLinkAttributes
but problem is not only the missing label but also that the feature "linking to a page by just providing the ID" does not create a correct link currently.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Accepted 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 https://review.typo3.org/54575
Updated by Georg Ringer about 7 years ago
- Related to Bug #82942: Wrong Links for pageids in rte_ckeditor in TYPO3 8.7.8 added
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54575
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54575
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54635
Updated by Georg Ringer about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e95feacbfbc0242b85b263e9f9d026aa737e4440.