Bug #76308
closedExt:form - Drag fields into a fieldset not working
0%
Description
I'm using a mailform with fieldssets. It's not possible to drag any new field into an existing fieldset.
I'm using version 7.6.9 and the problem appears in all browsers. My testform is attached.
Files
Updated by Björn Jacob over 8 years ago
- Subject changed from Mailform - Drag fields into a fieldset not working to Ext:form - Drag fields into a fieldset not working
- Status changed from New to In Progress
- Assignee set to Björn Jacob
Updated by Björn Jacob over 8 years ago
- Status changed from In Progress to Accepted
- Assignee changed from Björn Jacob to Sebastian Wagner
The problem can be reproduced.
Updated by Peter Rauber about 8 years ago
Same behaviour still present in TYPO3 7.6.11. Any plans to fix this?
Updated by Björn Jacob about 8 years ago
In November we will have another code sprint for EXT:form. Let's see if we can easily fix it.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Accepted to Closed
- Assignee deleted (
Sebastian Wagner)
We are terribly sorry, but this will not be fixed in the core;
TYPO3 version 7 enters the "priority bugfix mode" and the old version of ext:form has been decoupled from the current version into the external extension "form_legacy" (https://typo3.org/extensions/repository/view/form_legacy) if someone wants to dig into it and find a solution.
Updated by Florian Seirer almost 6 years ago
I disabled the fieldset, along with other fields we don't use.
Not a real solution, but now it won't bother me anymore. :-)
mod.wizards.form.defaults.tabs { elements.accordions { basic.showButtons := removeFromList(hidden,fieldset,password,button) predefined.showButtons := removeFromList(name) } }