-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.32rc1, 5.0.13rc1, 5.4.2rc1, 6.0.0alpha1
-
Sprint 77 (Jun 2021), Sprint 78 (Jul 2021)
-
0.5
Problem description: Trailing and leading spaces are not trimmed in input elements in widget configuration form. This seams strange, as in all other views trailing and leading spaces are removed from input elements.
Steps to reproduce:
- Open any existing Dashboard in edit mode
- Press "Add widget"
- In the opened configuration form type a value in field Name with trailing and leading spaces
- Save the widget
- Open configuration of the saved widget
Result: Trailing and leading spaces are still present in the name of the widget. This also applies to other input elements in widget configuration form
Expected: trailing and leading spaces should be trimmed, same as in other frontend views.