Textbox placeholder shows up when the password manager fills in username and passwords on netflix.com
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: ehsan.akhgari, Unassigned)
Details
(Keywords: webcompat:site-wait)
Attachments
(3 files)
STR: Save a username and password for netflix.com and go to https://www.netflix.com.
See the screenshot.
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
I am able to reproduce this issue. But it is not 100% reproducible.
See Attachment 9122503 [details] and Attachment 9122504 [details] for the difference between the good case and issue one.
The <input> fields listens to focus, blur and keydown. On the other hand, IIRC, we only dispatch input event on each <input> element at filling each one's value. So, Netflix seems that they don't assume that those <input> elements are not filled without focus. In other words, they should handle input event whose inputType is insertReplacementText for updating the style of placeholder.
Comment 5•6 years ago
|
||
Thanks, I've sent Netflix an email via our mailing list.
Comment 7•6 years ago
|
||
Just got an update that a fix for this was rolled out. Can you confirm Ehsan?
Comment 8•5 years ago
|
||
Karl, can you close this as fixed? (I can't seem to)
Updated•5 years ago
|
Description
•