Bug #17787
Use optgroups in selectorboxes
Start date:
2007-11-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The page and content type selectors now group their options using --div-- dividers. TCEForm renders them as optically grouped bunches of options, but doesn't use the optgroup tag, which is meant for that.
The attached patch fixes this.
(issue imported from #M6710)
Files
Updated by Benni Mack almost 13 years ago
Hey Ingmar,
the problem is that empty optgroups are still rendered and this is a serious issue with this one.
TCEFORM.tt_content.CType.removeItems = multimedia,bullets,table,script,upload,div,splash,uploads
does then show an empty optgroup entry, I think we should change this one. We should really fix this for 4.2 final, what do you think?