Actions
Bug #22673
closedhtmlArea RTE: ExtJS resources are not released in IE when RTE closes
Start date:
2010-05-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
ExtJS does not release resources used by the RTE when the RTE iframe is unloaded in IE.
ExtJS KeyMap object makes IE leak memory.
(issue imported from #M14413)
Files
Updated by Stanislas Rolland over 14 years ago
Add cleanup before the RTE is destroyed.
Nullify references to DOM.
Nullify KeyMaps event handlers.
Updated by Stanislas Rolland over 14 years ago
Committed to SVN TYPO3core trunk (revision 7638).
Updated by Stanislas Rolland over 14 years ago
Follow-up patch committed to trunk (revision 7643) to correct a couple of glitches and typos in previous patch.
Actions