Bug #70246
closedStory #69617: FormEngine bugs
RTE fields do not handle eval validation like required
100%
Description
With current 7.5 the RichTextElement does not add the validation rules and therefore no FormEngineValidation like required is done.
Updated by Andreas Allacher about 9 years ago
However, it is a bit more complex as the Editor currently doesn't update the input textarea on the fly but only on save, so FormEngineValidation would the validate the rte field directly or the editor also needs to update the input field
Updated by Christian Kuhn about 9 years ago
- Parent task set to #69617
yes. pretty nasty js thing, frank didn't had a simple solution for this when validation was rewritten. maybe we could have another look now. iirc, there is a prepared but commented example in styleguide for this case already in the required test record.
Updated by Mathias Schreiber about 9 years ago
- Category changed from Backend User Interface to FormEngine aka TCEforms
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/44810
Updated by Gerrit Code Review about 9 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/44810
Updated by Gerrit Code Review about 9 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/44810
Updated by Frank Nägler about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 848b2fc059c6414eef3d9305c8ecd0821dce831b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed