minor
minor
defect
(User-visible)
Dialogs that contain a form are generally not wrapped in a `tl:MediaQueryControl` (exceptions include `tl:GUIEditorDialog`, among others). This ensures that no element with the data-resize attribute—and thus no resize functionality—exists in the dialog’s DOM tree.
Furthermore, forms in dialogs are arranged in a single column, regardless of the dialog’s size. As a result, reactive forms are not supported.
Usage
Since there is no resize functionality, the ACE Code Editor does not adjust to the available line width when the window size is changed.
If you initially populate the TLScript field with the following content, for example
then, after changing the window size,
the code editor will not adjust.
Test
- Click through the application and check whether the dialogs continue to function as usual.
- Create a new tab and then open the dialog to configure a new table. There, add multi-line content to the field that requires a TLScript expression. Afterward, when the window size changes, the field should automatically use the available line width for the content.
- In the ScriptingRecorder, adjust the window size and test the maximum and minimum values. The content of the code editor should adjust accordingly.