Actions
Bug #24592
closedStateProvider values not respected
Start date:
2011-01-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The widths for the module menu and the tree frame are saved to the ExtJS StateProvider.
However it seems like those values are not read while outputting the Backend. PHP should set output the saved values, StateProvider wouldn't adjust the sizes itself IIRC.
(issue imported from #M17057)
Files
Updated by Steffen Kamper almost 14 years ago
got it fixed. There were two main problems:
1) the initial states are not written (forgotten json_decode)
2) State provider has to be initialized before viewport
Additionally we don't need "autoRead" as we write initial states inline in source, so one request less.
Updated by Steffen Kamper almost 14 years ago
committed to
4_5 rev 10397
trunk rev 10398
Actions