Project

General

Profile

Actions

Bug #88776

closed

RTE field in flexform is not detected as "dirty" when close element

Added by Anonymous almost 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2019-07-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88875: Modal Page altered not shown everytimeClosed2019-08-01

Actions
Related to TYPO3 Core - Bug #88978: Close CE "Text & Media" after maximize and change won't saveClosed2019-08-20

Actions
Actions #1

Updated by Riccardo De Contardi over 4 years ago

  • Related to Bug #88875: Modal Page altered not shown everytime added
Actions #2

Updated by Susanne Moog over 4 years ago

  • Target version set to next-patchlevel
Actions #3

Updated by Georg Ringer about 4 years ago

  • Status changed from New to Accepted
Actions #4

Updated by Georg Ringer about 4 years ago

  • Related to Bug #88978: Close CE "Text & Media" after maximize and change won't save added
Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Christian Eßl about 4 years ago

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

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF