Enhancement
Major
Detail
Major
Detail
Bugfix
(User-visible)
Detail
#26720
CodeEditorControl is to report client-side errors of the ACE editor
The tl:CodeEditorControl represents an ACE editor. It can display errors, e.g. if JSON syntax is expected but invalid JSON is entered.
This error should be written to the field as an error to ensure that only syntactically correct values are in the field.
Test
- Search for the field "XML editor" in the form demo.
- Enter Invalides XML, exit the field.
- Expectation: The field has an error.
- Repair XML, exit field.
- Expectation: The field has no error.