Closed insulsa closed 7 years ago
symptom: when filling the captcha, previously saved entries pop up as candidates. distract interaction, bad for screen real-estate.
affect: 2 pages with the login entry: / /login
with html <input id="captcha" name="captcha_challenge_field" class="inputtext" type="text">
<input id="captcha" name="captcha_challenge_field" class="inputtext" type="text">
fix: append html attribute autocomplete="off"
also mentioned in: https://bgm.tv/rakuen/topic/group/341648
append autocomplete="off" in css
it's HTML attribute, not CSS
Fixed
symptom: when filling the captcha, previously saved entries pop up as candidates. distract interaction, bad for screen real-estate.
affect: 2 pages with the login entry: / /login
with html
<input id="captcha" name="captcha_challenge_field" class="inputtext" type="text">
fix: append html attribute autocomplete="off"
also mentioned in: https://bgm.tv/rakuen/topic/group/341648