Bug #23185
closedhtmlArea RTE: Javascript Error in IE7 prevent Link dialogue from opening
0%
Description
Typo3: 4.4
RTE: 2.0.2
Browser: IE7
When I try to edit an existing Link in RTE Element by clicking the "Add Link" Button, or choosing the "Add Link" in the right-click drop down menu the following javascript error occurs in IE:
- Line: 454
- Error: Object doesnt support this property or method
The Link window does not appear after this Error.
Adding a new link to text works fine, Error does not occur in Firefox 3.x.
(issue imported from #M15121)
Files
Updated by Stanislas Rolland over 14 years ago
The error may be raised when a feature or an extension (such as DAM) adds some custom attributes on the link. The script then uses DOM method hasAttribute() which exists only in IE8...
Updated by Stanislas Rolland over 14 years ago
Committed to SVN TYPO3core trunk (revision 8290), branch TYPO3_4-4 (revision 8291) and branch TYPO3_4-3 (revision 8292).