ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Overlay missing on live.com sign-in page #14

Closed Technium closed 10 years ago

Technium commented 12 years ago

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.

ericwoodruff commented 10 years ago

This looks to be working today so I'm resolving this.