Bug #95137
closed
itemGroups broken for selectMultipleSideBySide
Added by Philipp Kitzberger about 3 years ago.
Updated about 2 years ago.
Category:
FormEngine aka TCEforms
Description
Just had a go with the new feature itemGroups
for select fields. Unfortunately it seems to be not working for type=selectMultipleSideBySide
. The groups are not rendered as non-selectable items but as selectable "--div--" items
selectMultipleSideBySide => not working¶
selectCheckBox => working¶
The docs say the following for other renderTypes than selectSingle
and selectCheckBox
:
In other renderTypes a non selectable item with the group name gets displayed.
Dunno whether it's the docs that need updating or TYPO3.
Files
- Description updated (diff)
- Category set to FormEngine aka TCEforms
This is a UI bug IMHO. The divider items are "selectable" in the sense of "being clickable", but they won't get actually stored in DB ("moved to the left side of the multi select"). So the documentation and behavior are correct, IMHO.
However, I wonder if there's a specific reason why in multi select fields the groups are no HTML optgroup
's as well. A multi select is two HTML select fields with size > 1
, and HTML select fields with size > 1
support optgroup
just as select fields with size = 1
, even the Browser rendering is basically the same.
(probably the group information gets lost between left and rigth side, but I think this should be possible to solve when the right side stores the full possible item list internally, to correctly re-group a "de-selected" item into the right side)
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
- Related to Bug #97342: Not possible to update content_from_pid field added
- Status changed from Resolved to Closed
Also available in: Atom
PDF