Bug #88776
closedRTE field in flexform is not detected as "dirty" when close element
100%
Description
Way to reproduce:
Setup a simple Textfield in Flexform in a custom cElement (havn't testet Plugin but I expact the same behaviour there)
<settings.mytext>
<TCEforms>
<label>My Text</label>
<config>
<type>text</type>
<cols>48</cols>
<rows>15</rows>
</config>
</TCEforms>
</settings.mytext>
Crete an Element of you type, save it. Now change text in the mytext field and just close the element. TYPO3 detects your changes and ask you to save or discard your changes (we all know this behaviour :-) )
Now add RTE to the field:
<settings.mytext>
<TCEforms>
<label>My Text</label>
<config>
<type>text</type>
<cols>48</cols>
<rows>15</rows>
<enableRichtext>1</enableRichtext>
</config>
</TCEforms>
</settings.mytext>
Do the same as above. The element just gets closed without any dialog and all changes are lost.
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #88875: Modal Page altered not shown everytime added
Updated by Georg Ringer over 4 years ago
- Related to Bug #88978: Close CE "Text & Media" after maximize and change won't save added
Updated by Gerrit Code Review over 4 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/63730
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63730
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63730
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63747
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed892fa8c5c16898d7f9f3778d2f86e376b31029.