Bug #80217
closedCKeditor: No valid handlers found for type: tel
100%
Description
When using
<a href="tel:+4912345">+49 123 456</a>
an error is shown:
No valid handlers found for type: tel
Updated by Riccardo De Contardi over 7 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Patrick Lenk over 7 years ago
- Priority changed from Should have to Must have
Updated by Patrick Lenk over 7 years ago
This can be fixed via add a new type in class LinkService in "typo3/sysext/core/Classes/LinkHandling/LinkService.php".
Tel links are also removed after upgrade from v7 LTS to v8 LTS, maybe via LegacyLinkNotationConverter.
Updated by Samuel Heinz over 7 years ago
Philipp Faber wrote:
When using
[...]
an error is shown:No valid handlers found for type: tel
+1
Is it a configuration problem in the new linkhandler or is it a missing feature in TYPO3 8 LTS?
Would be great to found a working solution soon.
Best regards
Sam
Updated by Gerrit Code Review over 7 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 https://review.typo3.org/52611
Updated by Gerrit Code Review over 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/52611
Updated by Gerrit Code Review over 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/52611
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52611
Updated by Gerrit Code Review over 7 years ago
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/52617
Updated by Gerrit Code Review over 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/52617
Updated by Gerrit Code Review over 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/52684
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 78affb442fdcfec30de97e684068d61ab37c82a8.
Updated by Markus Klein about 6 years ago
- Related to Bug #80903: Relative links with old <link> syntax are not converted to <a href> in upgrade wizard and not supported in ckeditor or linkfields added