-
Problem report
-
Resolution: Unresolved
-
Minor
-
7.0.19rc1, 7.4.3rc1, 8.0.0alpha1 (master)
-
Chrome (140.0.7339.208)
Opera (120.0.5543.201)
Edge (140.0.3485.94)
Firefox (143.0.1)
-
Sprint candidates
-
1
When opening the New dashboard form, the Name field is prefilled with the default value "New dashboard", and it also has the default focus. However, the cursor is placed at the beginning (left side) of the text. Because of this, users need to perform additional actions to remove the default value before entering a new dashboard name.
In most other frontend forms, the Name field is left empty and a placeholder is used instead of a default value, which makes this behavior inconsistent.
Steps to reproduce:
- Open the Create Dashboard form.
- Observe the Name field.
Result:
- Cursor is placed at the beginning of the text.
- Users need to delete the existing text before entering a new name.
Expected: The default value should be automatically selected so that typing any character immediately replaces it. Or, if the default value remains, the cursor should be placed at the end of the text.