Hi
Our authors face the following problem when they want to enter a validation expression with IE11.
When they enter a long expression like this
and if they press the return key to break the line manually, let’s say before ‘(this.value % 2)’, spaces only are inserted in IE11:
In chrome (version 47.*.*) after pressing return key, the reminder of the expression starts on a new line
This is the expected behavior.
Since IE11 is the standard browser in our company, the authors have additional trouble entering validation expressions.
Is there any configuration in IE11 that makes the return key work as expected?