URL: https://account.komoot.com/signin?
Browser / Version: Firefox 131.0
Operating System: Ubuntu
Tested Another Browser: Yes Chrome
Problem type: Something else
Description: Saved email address for Komoot login not automatically filled in
Steps to Reproduce:
Komoot uses a multi-page login where the first page has only a formless email field without password field. Firefox's password manager dropdown does not appear, and the username is autocompleted. As a consequence, the user has to type the complete email.
Firefox supports multi-page logins only for certain heuristics, e.g. wrapped in a form, or autocomplete="username"
without a form.
autocomplete="username"
was fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1900009.
To solve the issue also for Komoot, autocomplete="email"
should be added as well.
Browser Configuration
From webcompat.com with ❤️
URL: https://account.komoot.com/signin?
Browser / Version: Firefox 131.0
Operating System: Ubuntu
Tested Another Browser: Yes Chrome
Problem type: Something else
Description: Saved email address for Komoot login not automatically filled in
Steps to Reproduce:
Komoot uses a multi-page login where the first page has only a formless email field without password field. Firefox's password manager dropdown does not appear, and the username is autocompleted. As a consequence, the user has to type the complete email.
Firefox supports multi-page logins only for certain heuristics, e.g. wrapped in a form, or
autocomplete="username"
without a form.autocomplete="username"
was fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1900009.To solve the issue also for Komoot,
autocomplete="email"
should be added as well.Browser Configuration
From webcompat.com with ❤️