Actions
Bug #22775
closedtopFrameH configuration option doesn't work anymore
Start date:
2010-05-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
After the integration of the ExtJS Viewport, I missed to add support for the topFrameH configuration option. The option can be used to increase or decrease the height of the topBar.
Solution:
Add support similar to the leftMenuFrameW configuration option.
Tested with all supported browsers...
How To Reproduce:
1) Add the following line to your extTables.php
$TBE_STYLES['dims']['topFrameH'] = 200;
2) Clear the TYPO3 and browser cache
You should see a much bigger topbar now. If you enter an invalid height, the ExtJS viewport will correct this by using a minimum value, that is defined by the contents.
(issue imported from #M14553)
Files
Actions