Closed
Bug 1358511
Opened 9 years ago
Closed 9 years ago
HTML5 Input Validation Popup/Tooltips Don't Appear in 53+
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1358487
People
(Reporter: andymercer, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170413192749
Steps to reproduce:
Create an input with the `required` attribute: <input type="text" required />
Open in Firefox
Leave input empty, and try to submit the form that the input is inside.
See here for example: https://jsfiddle.net/zpeeaace/
Actual results:
The input was highlighted red.
Expected results:
A tooltip should have appeared, listing the error message.
| Reporter | ||
Comment 1•9 years ago
|
||
| Reporter | ||
Comment 2•9 years ago
|
||
| Reporter | ||
Comment 3•9 years ago
|
||
This is working on Firefox 52 by the way. Only after updating to FF 53 does it break. I've confirmed with three computers, though only on Windows 10.
Also confirmed with using a fresh installed portable version, with no addons. Have tested both with and without Multiprocess.
I can't reproduce it with Nightly so I'd say it's already fixed. But I fail to find a fix range, all 52/53 nightlies work.
Is something disabled about input in the release of FF53?
Component: Untriaged → Layout
Product: Firefox → Core
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•