Re-enable unchecking the "Always sign in using this email..." checkbox.
Using @fawek's pull request as a base for a full solution. * If the user clicks on the label, proxy the click event to the input element. * If the user clicks on the input element, let the browser handle things. * Add user tests to check clicks on both labels and input elements. issue #1155
Showing
- resources/static/dialog/controllers/pick_email.js 17 additions, 8 deletionsresources/static/dialog/controllers/pick_email.js
- resources/static/lib/dom-jquery.js 14 additions, 0 deletionsresources/static/lib/dom-jquery.js
- resources/static/test/cases/controllers/authenticate.js.bak 0 additions, 257 deletionsresources/static/test/cases/controllers/authenticate.js.bak
- resources/static/test/cases/controllers/pick_email.js 28 additions, 16 deletionsresources/static/test/cases/controllers/pick_email.js
- resources/views/test.ejs 1 addition, 1 deletionresources/views/test.ejs
Loading
Please register or sign in to comment