Actions
Bug #80934
closedUse of getAttributeNode() is deprecated. Use getAttribute() instead.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Firefox
Complexity:
Is Regression:
Sprint Focus:
Description
On Firefox 54 onward (auch 55), getAttributeNode() is deprecated:
This leads to errors on the RTE internal link selector, the select does not work at all.
TypeError: node.getAttributeNode(...) is null[Learn More] TYPO3Link.js:320:29 setLinkAttributes https://.../typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js:320:29 setLinkAttributes https://.../typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js:353:7 createLink https://.../typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js:253:6 LinkBrowser.finalizeFunction https://v/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js:103:9 PageLinkHandler.linkPage https://.../typo3/sysext/recordlist/Resources/Public/JavaScript/PageLinkHandler.js:40:3 dispatch https://.../typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-2.1.4.min.js:3:6414 add/r.handle https://.../typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-2.1.4.min.js:3:3224
Actions