Closed
Bug 1444573
Opened 7 years ago
Closed 6 years ago
Can't save password on bitchute.com
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wvh76172, Unassigned)
References
(Depends on 1 open bug, )
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20100101
Steps to reproduce:
Created an account on https://www.bitchute.com
Actual results:
Password didn't saved.
Expected results:
Auto saving of my account.
Comment 1•7 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
20180309220137
Network monitor shows XHR on form submission, which puts this in the same boat as
* Bug 1131775
* Bug 1150468
* Bug 1427204
signon.debug = true browser console output when trying to log in with a non-existent username and password:
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginManagerContent:onDOMFormHasPassword: <unavailable> <unavailable> LoginManagerContent.jsm:378
LoginManagerContent:_detectInsecureFormLikes "https://www.bitchute.com/" LoginManagerContent.jsm:488
nsLoginManager:Searching for logins nsLoginManager.js:436
Login storage:_searchLogins: returning 0 logins for Object { hostname: "https://www.bitchute.com", formSubmitURL: "https://www.bitchute.com" } with options Object { schemeUpgrades: true } storage-json.js:374
LoginManagerParent:sendLoginDataToChild: 0 deduped logins LoginManagerParent.jsm:218
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginManagerContent:onDOMFormHasPassword: <unavailable> <unavailable> LoginManagerContent.jsm:378
LoginManagerContent:_detectInsecureFormLikes "https://www.bitchute.com/" LoginManagerContent.jsm:488
nsLoginManager:Searching for logins nsLoginManager.js:436
Login storage:_searchLogins: returning 0 logins for Object { hostname: "https://www.bitchute.com", formSubmitURL: "https://www.bitchute.com" } with options Object { schemeUpgrades: true } storage-json.js:374
LoginManagerParent:sendLoginDataToChild: 0 deduped logins LoginManagerParent.jsm:218
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginRecipes:cacheRecipes: for: "https://www.bitchute.com" LoginRecipes.jsm:206
LoginManagerContent:_fillForm <unavailable> LoginManagerContent.jsm:1024
LoginRecipes:cacheRecipes: for: "https://www.bitchute.com" LoginRecipes.jsm:206
LoginManagerContent:_fillForm <unavailable> LoginManagerContent.jsm:1024
LoginManagerContent:_detectInsecureFormLikes "https://www.bitchute.com/" LoginManagerContent.jsm:488
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
nsLoginManager:AutoCompleteSearch invoked. Search is: nsLoginManager.js:553
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginManagerParent:Creating new autocomplete search result. LoginManagerParent.jsm:262
nsLoginManager:Searching for logins nsLoginManager.js:436
Login storage:_searchLogins: returning 0 logins for Object { hostname: "https://www.bitchute.com", formSubmitURL: "https://www.bitchute.com" } with options Object { schemeUpgrades: true } storage-json.js:374
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
LoginManagerContent:adding <unavailable> to loginFormRootElements for <unavailable> LoginManagerContent.jsm:1597
Status: UNCONFIRMED → NEW
Has Regression Range: --- → irrelevant
Has STR: --- → yes
Component: Untriaged → Password Manager: Site Compatibility
Depends on: 442524
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → All
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Depends on: formless-logins
Comment 2•6 years ago
|
||
For a regular login I still get the following after bug 1287202:
LoginManagerContent: onStateChange: loadType isn't LOAD_CMD_NORMAL: 2
This is due to the use of window.location.reload()
when there isn't a previous page to redirect to.
function authNext() {
if (authNextPage.length > 0) {
if (authNextPage[0] == '#') {
window.location.reload();
window.location.href = authNextPage;
} else {
window.location.href = authNextPage;
}
} else {
window.location.reload();
}
}
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•