Project

General

Profile

Actions

Bug #63767

closed

Mailform drag&drop fieldset

Added by Dominik Blum over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2014-12-11
Due date:
% Done:

100%

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

Description

After Update 6.2.7 it is impossible to add Elements to a Fieldset by Drag & Drop in Mailform Extension.
Adding Elements in Texteditor is no Problem


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #59305: Form Wizard broken for MSIEClosed2014-06-03

Actions
Related to TYPO3 Core - Bug #76308: Ext:form - Drag fields into a fieldset not workingClosed2016-05-26

Actions
Actions #1

Updated by Steffen Müller over 9 years ago

  • Project changed from 1865 to TYPO3 Core
  • Is Regression set to No

Moved to Core bugtracker

Actions #2

Updated by Markus Klein over 9 years ago

Please update to current version 6.2.9 first and retry there. There was a bugfix for such a problem with IE. See also #59305

Actions #3

Updated by Dominik Blum over 9 years ago

Same Problem in Version 6.2.9.
The Bugfix was in Version 6.2.7.

I think the Problem came up with this Bugfix.

Actions #4

Updated by Markus Klein over 9 years ago

  • Category set to Form Framework
  • Status changed from New to Accepted
  • Target version set to next-patchlevel

Can confirm that problem on master as well

Actions #5

Updated by Markus Klein over 9 years ago

  • Target version deleted (next-patchlevel)

No JS error, no obvious commit that causes this. Please bisect and find the commit causing this.
Did it work with 6.2.6?

Actions #6

Updated by Dominik Blum over 9 years ago

With Version 6.2.6 it is working.
With Version 6.2.7 the new Elements were added above the fieldset

Actions #7

Updated by Dominik Blum over 9 years ago

The Problem occurs, when I replace the Lines in Element.js Bugfix #59305:

this.rendered = false;
this.render();
this.doLayout();

with:

if (this.xtype != 'typo3-form-wizard-elements-basic-form') {
this.rendered = false;
this.render();
this.doLayout();
}

Actions #8

Updated by Markus Klein over 9 years ago

Thanks for looking. Funnily enough, I actually tried to revert this change already, but obviously I missed some browser cache, so I ruled that one out.
Will try again.

Actions #9

Updated by Markus Klein over 9 years ago

  • Target version set to next-patchlevel
  • Is Regression changed from No to Yes
Actions #10

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35311

Actions #11

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35312

Actions #12

Updated by Markus Klein over 9 years ago

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

Updated by sven waechli almost 9 years ago

The Bug can be reproduced in 6.2.12 (tested with chrome and FF, current Versions)

Actions #14

Updated by Thomas Wedekind almost 8 years ago

The problem still appears in 6.2.25 (tested with chrome and FF, current Versions)

Actions #15

Updated by Markus Klein almost 8 years ago

Please open a new ticket and add a reference to this one. Thanks.

Actions #16

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF