Bug #59157
closedLinkvalidator prüft falsch!
0%
Description
Wenn ich einen Link erzeuge und aktiviere im RTE ( Enable links accessibility icons ) dann sieht mein Quelltext so aus.
<p><a href="http://www.google.de/" class="external-link" title="Öffnet externen Link im aktuellen Fenster" data-htmlarea-external="1"><img alt="Öffnet externen Link im aktuellen Fenster" src="http://p226100.mittwaldserver.info/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif" data-htmlarea-file-uid="600" data-htmlarea-file-table="sys_file" />test</a></p>
Mein Problem ist, dass der Linkvalidator jetzt folgende URL prüft.
http://p226100.mittwaldserver.info/index.php?id=600 und nicht http://www.Google.de
Die ID 600 holt er sich aus folgendem Eintrag
data-htmlarea-file-uid="600"
Dieses Problem tritt in meinem migrierten Auftritten auf.
In einer neu installierten Umgebung mit TYPO3 6.2 hab ich diese Probleme nicht.
Bitte ins englische übersetzen, Danke.
Files
Updated by Christoph Werner over 10 years ago
Translation:
When creating a link in the RTE with enabled accessibility icons, some code is added to the accessibility icon (see above). The part "data-htmlarea-file-uid="600" causes the linkvalidator to treat that part like a link, which leads to an error (see screenshot).
Best Regards
Christoph
Updated by Alexander Stehlik over 10 years ago
This problem seems also to be fixed with the patch for #50772 which is pending for quite some time now.
Please test and vote if it works for you.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
Applied in changeset afad106ce08a95f354720349e93b4c7ac05ecc7c.