jidar Posted February 21, 2017 Report Share Posted February 21, 2017 Attempting to use https://exchange.gemini.com/signin the autofill plugin for chrome or safari doesn't find the fields at all. Both are animated when attempting to use autofill but no info is pasted into them. The HTML for the form looks like the below: <form role="form" method="POST" action="/signin"> <input type="hidden" name="csrfToken" value="<removed>"> <span class="FieldDebug"> </span> <div class="Field TextField filled FloatingLabel"> <div class="FieldLabel-Right"> </div> <label class="FieldLabel">Email Address</label> <input type="email" class="TextField" name="email" value="<removed>"> </div> <div class="password-field FloatingLabel"> <div class="Field TextField"> <div class="FieldLabel-Right"> <a tabindex="-1" href="/signin/forgot?email=<removed>">Forgot your password?</a> </div> <label class="FieldLabel">Password</label> <div class="FieldGroup FieldGroup-Right"> <input type="password" class="TextField" name="password" value=""> <span class="addOn"> <span class="Toggle">show</span> </span> </div> </div> </div> <span class="MobileOnly" id="ForgotPasswordLink"> <a href="/signin/forgot?email=<removed>">Forgot your password?</a> </span> <div class="Checkbox Field"> <label> <input type="checkbox" name="rememberEmail" value="true"> <span class="faux-check-and-label"> <span class="check-label-content">Remember my email address</span> </span> </label> </div> <div class="FormActions"> <button type="submit" class="Button Primary"> <span> <span class="iconWrap"> </span> <!-- react-text: 47 -->Sign In<!-- /react-text --></span> </button> </div> </form> Thanks! Link to comment Share on other sites More sharing options...
Yogesh Kumar Posted February 22, 2017 Report Share Posted February 22, 2017 @jidar Thank you for reporting this issue. We have noted the website for further testing and it will be fixed in upcoming release. Link to comment Share on other sites More sharing options...
Recommended Posts