Bug #63767
closedMailform drag&drop fieldset
100%
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
Updated by Steffen Müller almost 10 years ago
- Project changed from 1865 to TYPO3 Core
- Is Regression set to No
Moved to Core bugtracker
Updated by Markus Klein almost 10 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
Updated by Dominik Blum almost 10 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.
Updated by Markus Klein almost 10 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
Updated by Markus Klein almost 10 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?
Updated by Dominik Blum almost 10 years ago
With Version 6.2.6 it is working.
With Version 6.2.7 the new Elements were added above the fieldset
Updated by Dominik Blum almost 10 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();
}
Updated by Markus Klein almost 10 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.
Updated by Markus Klein almost 10 years ago
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
Updated by Gerrit Code Review almost 10 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
Updated by Gerrit Code Review almost 10 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
Updated by Markus Klein almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2161e7b71e6412039b78bc903b3f5807b733cc79.
Updated by sven waechli over 9 years ago
The Bug can be reproduced in 6.2.12 (tested with chrome and FF, current Versions)
Updated by Thomas Wedekind over 8 years ago
The problem still appears in 6.2.25 (tested with chrome and FF, current Versions)
Updated by Markus Klein over 8 years ago
Please open a new ticket and add a reference to this one. Thanks.