Overlay missing on live.com sign-in page
Closed this issue · 1 comments
Sadly something has changed when signing in at login.live.com so now no overlay appears for the password field. To confirm it isn't a visual thing only, keyboard shortcuts don't work either. Strangely, failing to enter your password a few times sometimes gives a visually identical page that passwordhasherplus does work with.
The DOM doesn't look particularly strange so my guess would be it's something to do with the way the input element is created. Taking a quick look it seems you have all the bases covered in terms of insertion and modification, so I can't see the cause immediately. Perhaps they're modifying the input after passwordhasherplus has done its work, undoing it. As your bind(f) checks if it has already seen a field, it wouldn't touch it again.
This looks to be working today so I'm resolving this.