Project

General

Profile

Actions

Bug #95137

closed

itemGroups broken for selectMultipleSideBySide

Added by Philipp Kitzberger over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-09-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #97342: Not possible to update content_from_pid fieldClosedOliver Bartsch2022-04-08

Actions
Actions #1

Updated by Philipp Kitzberger over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Stefan P over 2 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)

Actions #3

Updated by Gerrit Code Review over 2 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

Actions #4

Updated by Gerrit Code Review over 2 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

Actions #5

Updated by Gerrit Code Review over 2 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

Actions #6

Updated by Gerrit Code Review over 2 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

Actions #7

Updated by Oliver Bartsch over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Gerrit Code Review over 2 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

Actions #9

Updated by Oliver Bartsch over 2 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Oliver Bartsch about 2 years ago

  • Related to Bug #97342: Not possible to update content_from_pid field added
Actions #11

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF