Form validation error hint does not stick to form element when scrolling
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: smares, Unassigned)
Details
Attachments
(1 file)
|
166.17 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36
Steps to reproduce:
Trigger a form validation error on a page that can be scrolled and with the validation hint being visible, scroll the page.
A very simple pen is available here: https://codepen.io/anon/pen/qwVzrY Just scroll all the way down to the submit button without entering anything in the required input field and proceed to submit the form. A form validation error pops up inidcating that the field is required. With that hint open, scroll the page using the mouse wheel.
Actual results:
The input field scrolls away but the validation hint does not stick to it, but is fixed relateively to the window.
Expected results:
The validation hint should stick to the errorneous input field.
Updated•7 years ago
|
Description
•