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
Updated by Tolleiv Nietsch almost 14 years ago
- File 11718.patch 11718.patch added
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Under Review
Updated by Tolleiv Nietsch almost 14 years ago
lol -> Setup two workspaces with different recipient lists
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Committed to trunk (rev. 3568)
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 Beta 3)
Actions