Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to enter credentials on a microsoft login page #16346

Closed
NiLSPACE opened this issue Apr 11, 2017 · 6 comments
Closed

Unable to enter credentials on a microsoft login page #16346

NiLSPACE opened this issue Apr 11, 2017 · 6 comments

Comments

@NiLSPACE
Copy link

@NiLSPACE NiLSPACE commented Apr 11, 2017

When going to a login page from Microsoft I'm unable to click any element, almost as if there is an invisible div on top of the page. When first going to the page I am able to enter my email address though since the input element is automatically selected.

I'm currently on a Windows machine, but I'll try it on Linux once I get home.

URL: https://login.microsoft.com/

@NiLSPACE
Copy link
Author

@NiLSPACE NiLSPACE commented Apr 12, 2017

I'm seeing the same behavior on my Linux machine.

@jdm
Copy link
Member

@jdm jdm commented Apr 13, 2017

I made a minimal testcase that reproduces the problem:

<style>
  div {
    position: fixed;
    right: 0;
  }
</style>
<div><input></div>

This also happens with bottom: 0, but not with left: 0 or top: 0.

@NiLSPACE
Copy link
Author

@NiLSPACE NiLSPACE commented Apr 13, 2017

It seems to be similar to #16405 where the hitbox doesn't update.

@jdm
Copy link
Member

@jdm jdm commented Apr 13, 2017

That's a different issue, since this one does not involve scrolling.

@NiLSPACE
Copy link
Author

@NiLSPACE NiLSPACE commented May 29, 2017

This seems to be fixed now.

@jdm
Copy link
Member

@jdm jdm commented May 29, 2017

My reduced testcase is fixed as well. Thanks for checking!

@jdm jdm closed this May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.