Project

General

Profile

Actions

Bug #76308

closed

Ext:form - Drag fields into a fieldset not working

Added by Thomas Wedekind almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2016-05-26
Due date:
% Done:

0%

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

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

testform.txt (1.48 KB) testform.txt Thomas Wedekind, 2016-05-26 12:08

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63767: Mailform drag&drop fieldsetClosed2014-12-11

Actions
Actions #1

Updated by Björn Jacob almost 8 years ago

  • Category set to Form Framework
Actions #2

Updated by Björn Jacob almost 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
Actions #3

Updated by Björn Jacob almost 8 years ago

  • Status changed from In Progress to Accepted
  • Assignee changed from Björn Jacob to Sebastian Wagner

The problem can be reproduced.

Actions #4

Updated by Peter Rauber over 7 years ago

Same behaviour still present in TYPO3 7.6.11. Any plans to fix this?

Actions #5

Updated by Björn Jacob over 7 years ago

In November we will have another code sprint for EXT:form. Let's see if we can easily fix it.

Actions #6

Updated by Riccardo De Contardi about 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.

Actions #7

Updated by Florian Seirer over 5 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)
    }
}
Actions

Also available in: Atom PDF