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
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52814
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 32f18c8792b0851dbfcf7d056fe49877a3520496.
Actions