Actions
Bug #19071
closedEmpty tabs in DynTabMenu should not be selectable by default
Start date:
2008-07-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you've ever used the TemplaVoila page module with the dyntabs on top, you'll notice that if you empty your unused elements, the selection gets somehow yellow, instead of grey (unclickable). The reason is the following:
Once the page loads, it sets the "disabled" flag for every empty tab. However, if the session states that the tab is active (because it was active before) and the whole dyntabmenu is toggable, there is a call to set the content (which is empty) to "block" instead of none. So for empty tabs the initial "show tab" call when the page is loaded should not be made.
(issue imported from #M8913)
Files
No data to display
Actions