Open
Bug 1119083
Opened 9 years ago
Updated 5 months ago
Breakdown: Support capturing and filling of login credentials on hulu.com
Categories
(Toolkit :: Password Manager, defect, P3)
Toolkit
Password Manager
Tracking
()
NEW
People
(Reporter: ckarlof, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [platform-rel-Hulu])
Attachments
(1 file)
1.25 MB,
image/gif
|
Details |
hulu.com is a password manager gauntlet. In my experience, working on hulu.com means you work in lots of other places. When I hear about a new browser based password manager, the first site I test it on is hulu.com. :) Some challenges on Hulu: * it doesn't use a <form> element on http://www.hulu.com * the login "form" is dynamically added after page load (i.e., no input type=password on page load) * the password input is initially hidden and only becomes visible after the user focuses on the username or password field * credential submission uses AJAX and does not navigate the page to a new URL * the login form is on an HTTP page * they have a totally different login experience on https://secure.hulu.com/account/signin, which *does* use a <form> element This makes capturing difficult because you can't rely on onsubmit or page navigation as a cue to ask the user if they want to save their credentials. It makes auto-fill challenging because the password field is not initially visible. The fact the whole thing is on an HTTP page raises security concerns. Screencap attached.
Updated•7 years ago
|
Whiteboard: [platform-rel-Hulu]
Updated•4 years ago
|
Priority: -- → P2
Comment 1•2 years ago
|
||
Moving to P3 as this is not happening in the next release cycle.
Priority: P2 → P3
Updated•1 year ago
|
Severity: normal → S3
I believe this should be moved to the Password Manager: Site Compatibility
component.
Flags: needinfo?(sgalich)
Comment 3•5 months ago
|
||
Could be, first we need to figure what's happening there and if there are still issues after all these years.
From quick look I can see passwords offered when saved, but it looks like submit detection is not working.
Flags: needinfo?(sgalich)
You need to log in
before you can comment on or make changes to this bug.
Description
•