Bug #95137
closeditemGroups broken for selectMultipleSideBySide
100%
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
Updated by S P about 3 years ago
- 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)
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72992
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72992
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72992
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72992
Updated by Oliver Bartsch almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6de8eea9beec467c866f0a459771e7db85929819.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72993
Updated by Oliver Bartsch almost 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 25c72dd4c067f7824bebe125dc3a3b03d32bd795.
Updated by Oliver Bartsch over 2 years ago
- Related to Bug #97342: Not possible to update content_from_pid field added