Community
Participate
Working Groups
Two places I found it in: 1. Git Credentials Dialog (Open when Clone Repository needs credentials) dialog (password and passphrase) 2. Login dialog (password input)
fixed. I had changed the code to check the input field for type = "text" (so we would not swallow events intended for radios, checkboxes, etc.). However I needed to also include type="password". In addition, we need to check for all the text-based new HTML5 input types ("search" "email" "url" etc. etc.)..