Task #71656
closedStory #69617: FormEngine bugs
RTE improve FE check for writeTemporaryFile
100%
Description
The check reagrding FE Mode for writeTemporaryFile in RteHtmlAreaApiBase does only check for existing TSFE object, however, that isn't enough because another extension could have a crated such a object in the backend
and not removed it correctly.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New 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/44769
Updated by Andreas Allacher about 9 years ago
Can be tested by installing https://github.com/TYPO3-Solr/ext-solr/commit/b04ea3b4cdce9c19e754f47bb6f2c327f2e2fb5b, then:
1.) Open content elment
2.) save content elment (without close)
After saving RTE-Linkhandler won't open because temporary file cannot be loaded (solr adds information to index queue and generates a TSFE object to read configuration but doesn't clean it up in that commit)
Not sure if it can be verified without a solr host being configured though.
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 031c602170dc97f3c992ea289f39b7d36ecae6e5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed