Project

General

Profile

Actions

Bug #24592

closed

StateProvider values not respected

Added by Steffen Gebert about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
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

17057_v2.patch (1.36 KB) 17057_v2.patch Administrator Admin, 2011-02-03 12:34

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24335: Add ExtDirect Stateprovider for ExtJs StatesClosedSteffen Kamper2010-12-14

Actions
Related to TYPO3 Core - Bug #24004: navFrameWidth and navFrameResizable are not respected any moreClosedSteffen Gebert2010-11-10

Actions
Actions #1

Updated by Steffen Kamper about 13 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.

Actions #2

Updated by Steffen Kamper about 13 years ago

committed to
4_5 rev 10397
trunk rev 10398

Actions

Also available in: Atom PDF