mozilla / persona

Persona is a secure, distributed, and easy to use identification system.
https://login.persona.org
Other
1.83k stars 265 forks source link

Continue button isn't enabled when login form is autofilled #4224

Open rnewman opened 9 years ago

rnewman commented 9 years ago

See Bug 1203385 (Firefox for Android). Also affects Firefox for iOS (WebKit), and has been reported on desktop, too.

STR from that bug:

Steps to reproduce:

  1. go to bugzilla.mozilla.org
  2. try sign in with persona
  3. a box appears which tells to write email
  4. don't write anything. just press on the writing area and see a email suggestion comes.
  5. press the suggested email.

Actual results:

see down. the continue button is black

Expected results:

continue button should bee blue and work fine

screenshot_2015-09-10-09-46-35

krydos commented 9 years ago

Hi, I do not see any other (and simple) way than use setInterval() function. I searched for some libraries which can help us to avoid the issue but I noticed that all of them are using setInterval() function internally.

I decided to not include any additional libraries because fix is pretty simple... Hope it's ok.