Actions
Bug #24892
closedPagetree cause endless loop in ExtJS events
Start date:
2011-01-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
- Reload the Backend
- open javascript console
- execute this snippet
Ext.util.Observable.prototype.fireEvent = Ext.util.Observable.prototype.fireEvent.createInterceptor(function() { console.log(arguments); return true; });
- call page module, watch console output
(issue imported from #M17407)
Files
Actions