Bug #88923
closedTicking a checkbox in a section will affect only the first element to be changed
0%
Description
DCE version: 2.0.6
TYPO3 version: 9.5.8 LTS
PHP version: 7.2
=========================
When adding a checkbox to a section and trying to tick (check) it in the backend will only have effect to the very first element of the section array.
First of all I thought the checkbox was broken or had a wrong config (all elements but the fifth were collapsed, I tried to check the fifth box -> the checkbox did not show any reaction, but acting like "readonly")
After having a look to the configuration and not finding any error (by the way ... how should I? A checkbox only have 2 lines of config :D ) I expanded all section fields and recognized, that whatever I tick, only the first element will show effect.
I assume a missing dependency between checkbox and section Nth element.
Updated by Armin Vieweg over 5 years ago
- Project changed from 2185 to TYPO3 Core
- Target version deleted (
3557)
Hey. I've moved this issue to core project, because this is something which probably needs to get solved by the core itself.
I highly encourage to not use FlexForm sections anymore! Please check if the DCE container feature fits your requirements or check out Gridelements.
Updated by Georg Ringer about 5 years ago
- Status changed from New to Closed
closing as duplicate of #89092
Updated by Georg Ringer about 5 years ago
- Related to Bug #89092: Type "checkbox" within FlexForm sections added