Closed
Bug 1418297
Opened 8 years ago
Closed 8 years ago
HTML form validation doesn't follow the field when scrolling
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1041529
People
(Reporter: northdamien, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
3.78 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Steps to reproduce:
Go to a page that has a form with HTML5 validation (e.g. http://www.html5andcss3.org/demo/form.html).Try to submit the form with invalid or empty data in required fields. The error 'balloon' appears as expected. Scroll the page up or down.
Actual results:
The balloon stays in its initial position instead of following the field.
Expected results:
The balloon should follow the field it's validating.
Updated•8 years ago
|
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
I have the same problem: form validation tooltips seem to have a fixed display and don't move with their target field when scrolling.
Here is a simple test case.
Status: UNCONFIRMED → RESOLVED
Has STR: --- → yes
Closed: 8 years ago
Keywords: testcase
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•