Actions
Bug #17844
closedIcon for empty palettes should not be displayed
Start date:
2007-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hey,
when using pageTSconfig to disable certain fields that are on the second options palette, the icon to display the options palette is shown even if all 2nd options are disabled. This is totally bad if a user clicks on it and nothing happens.
Therefore we need a check to see if the palette is empty or not before rendering the "more options" icon.
You can try this while editing a tt_content record and try to get to more options in the "text" (RTE), there should be an icon but no second options. If the second options still show up, please do the following to activate css_styled_content $localconf options:- go to the EM and select the extension "CSS Styled Content"
- hit "update configuration"
- go back to editing a tt_content record.
(issue imported from #M6825)
Files
Updated by Benni Mack almost 17 years ago
Not fixed yet. malte's patch in the core list finally solves the issues arised with this.
Actions