Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't click buttons on gmail login page #14782
Comments
|
I did some further test on dev build and found out that after scrolling on the page, click event worked properly. On this issue's scope, only the (2) matters. But just in case, I wrote all the messages on reproducing this sequence. (1) After servo launched, I could see this message:
(2) After typing in email address, I scrolled the page(with keyboard or Macbook touchpad swipe) and was able to click on the blue button. (3) The clicking event worked(the blue button's image changed to pressed state button image), but I could not go further with this message:
I want to participate further, but I don't know much about the internals... |
|
That's a very useful result; thank you! |
|
That being said, I cannot reproduce the issue any more - every time I load the page, I'm able to type my email and immediately click the button without scrolling the page at all. |
|
I still can reproduce this issue, so I think that the gmail website is not changed. I tested on following environment: +) Still can be reproduced on release build. |
|
I get a bunch of
|
|
Gmail was completely rewritten as an SPA a while back, so I doubt this is still reproducable. |
|
Indeed. Now there's #25595. |
STR:
Pressing enter triggers it fine, but clicking does not work. This means the login process breaks if you encounter a "Check your account recover options" page, where the only way to continue is to click a button.