Feature #77069
closedInput fields "jump" when focusing or blurring input fields
100%
Description
When focusing an input field in the backend, an info appears how many chars are allowed. This info will disappear when the field loses focus. This results in "jumping" of the following fields, which makes it harder to click on the correct field. See screencast for example.
Google has a nice solution in material design:
https://material.google.com/components/text-fields.html#text-fields-required-fields
The space for the help or error text is reserved. The fields always stay at the same position
Files
Updated by Riccardo De Contardi almost 8 years ago
The issue should also be present on 7.6.x
I report the text and additional info from #78863:
If a user clicks on a field (Title for example), the label "Remaining characters" appears and it moves down everything that is below it. If the user then clicks on one of the fiels below (RTE for example), everything moves back up and the click is not registered.
It depends on the browser, with Chrome it's as I described it, however Firefox kind of registers the click.
Updated by Benjamin Kott over 7 years ago
- Status changed from New to Accepted
- Priority changed from Could have to Should have
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52997
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52997
Updated by Jasmina Ließmann over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6f7ad33a1a07c5ce1c238973fc4d0e4587f13fa2.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53006
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53006
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53020
Updated by Jasmina Ließmann over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 201c2bb4e79ba1f7002ba74beebda1d9b38768e8.
Updated by Jasmina Ließmann over 7 years ago
- Related to Bug #81447: Avoid jumping of form fields when focusing added