Bug #105505
closedRequired field validation broken on RTE fields (12.4.17)
100%
Description
Since version 12.4.17, required fields with RTE are often (not always) not recognized as required. Therefore saving without a value is possible.
This error seems to be related to the commit https://github.com/typo3/typo3/commit/e9904c0e8d (which is was part of release 12.4.17) to avoid race conditions.
If I revert this change, all required RTE fields are properly validated.
Can you please confirm and fix or revert to the old version?
Thanks!
Updated by Garvin Hicking 3 days ago
- Related to Bug #101286: RTE validation broken when field is required added
Updated by Garvin Hicking 3 days ago
- Related to Bug #104139: Broken ready state in TYPO3 backend with Chrome 126.0.6478.62 added
- Related to Bug #104135: Improve document-service responsiveness added
Updated by Garvin Hicking 3 days ago
- Category set to Backend JavaScript
- Is Regression set to Yes
Updated by Garvin Hicking 3 days ago
Thanks for this follow-up. I'll bring it up. Formengine JS validation is a tough cookie atm.
Updated by Andreas Kienast 2 days ago
- Related to Bug #105388: FormEngine review module is racy added
Updated by Andreas Kienast 2 days ago
- Status changed from New to In Progress
The reason here is that FormEngine validates its status quo, which happens before ckeditor was able to place its textarea element.
Updated by Gerrit Code Review 2 days ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 2 days ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 1 day ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86819
Updated by Gerrit Code Review 1 day ago
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86834
Updated by Gerrit Code Review 1 day ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86834
Updated by Gerrit Code Review 1 day ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86834
Updated by Gerrit Code Review about 24 hours ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86835
Updated by Gerrit Code Review about 24 hours ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86749
Updated by Benjamin Franzke about 24 hours ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dd688a51a176affb407081c995159e5f1a29995b.