Bug #63767
closed
Mailform drag&drop fieldset
Added by Dominik Blum almost 10 years ago.
Updated about 6 years ago.
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
- Project changed from 1865 to TYPO3 Core
- Is Regression set to No
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
Same Problem in Version 6.2.9.
The Bugfix was in Version 6.2.7.
I think the Problem came up with this Bugfix.
- 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
- 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?
With Version 6.2.6 it is working.
With Version 6.2.7 the new Elements were added above the fieldset
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();
}
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.
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
- 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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
The Bug can be reproduced in 6.2.12 (tested with chrome and FF, current Versions)
The problem still appears in 6.2.25 (tested with chrome and FF, current Versions)
Please open a new ticket and add a reference to this one. Thanks.
- Status changed from Resolved to Closed
Also available in: Atom
PDF