Actions
Bug #11718
closedExtJS confirmation window contents might be "cached"
Start date:
2010-12-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
ExtJS confirmation window contents might be "cached"..
How to reproduce:
- Setup two with different recipient lists
- Open workspace module in one workspace and check the recipients, close with "cancel"
- Switch to the second workspace with the tabs within the workspace module
- Check the recipients of the second workspace
Reason why this happens is because the "Window" elements are not always closed properly.
There are two ways to resolve this - always make the call to "close()" when the window is actually closed - call "close()" before you open a now window. The second open is what I've picked because I'm not sure if I'd be able to find all places for option 1 ;)
Files
Actions