Bug #17787
closedUse optgroups in selectorboxes
0%
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 over 16 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?
Updated by Ingo Renner over 16 years ago
No, this is not necessary for 4.2 final.
Updated by Ingo Renner over 16 years ago
... e.g. this will not block the release
Updated by Steffen Kamper over 16 years ago
but patch is really simple, i attached it
Updated by Benni Mack over 16 years ago
switched target version from 4.2.1 to 4.2.0