We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking the padding-area, the cursor jumps to the last known cursor position
When clicking the padding-area, the cursor jumps to the nearest position like it does for single-line textfields
can be reproduced on demo site with e.g. Firefox 81
The text was updated successfully, but these errors were encountered:
We had a similar topic about caret position a #23096. But it seems different. Currently the padding structure yields the following scroll outcome:
We could potentially change it to:
Notice that the top & bottom is the same (we can't change it), it's not perfect but it's already an improvement.
I think that if we decide to spend time on this, we might as well explore #22544 (comment).
Sorry, something went wrong.
This issue still exists, and I would love to try and fix it
No branches or pull requests
Current Behavior 😯
When clicking the padding-area, the cursor jumps to the last known cursor position
Expected Behavior 🤔
When clicking the padding-area, the cursor jumps to the nearest position like it does for single-line textfields
Your Environment 🌎
can be reproduced on demo site with e.g. Firefox 81
The text was updated successfully, but these errors were encountered: