You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Choose an account" function doesn't merge the same account.
"My profile" doesn't update when login with extra blank in the username.
Here are the steps to reproduce the bugs:
Create an account. (e.g. username="user")
Login the account and arbitrarily leave a comment.
Go to "My profile" and you can see the posted comment. Login your account on Hacker News website and you can also see the comment.
Logout the account. Then login the account with an extra blank in the front or back of the username. (e.g. username="user ")
You can successfully login. Now arbitrarily leave a comment. Refresh the Hacker News website and you can see your new comment, which hints that you login the same account.
Checkout "My profile" and it's empty. You can't update your profile.
Checkout "Choose an account" function. There're two accounts here now (But they are the same account). There supposed to be only one here.
This might be a functional bug introduced by the fix of Issue #755.
In Issue #755, user supposed to add a trim method in the login function to trim the extra blank automatically added by some keyboard when typing username, which is supposed to enhance user experience. So, the fix of Issue #775 added a trim method in the login function. But there was no additional handle for the select account function and profile function.
The text was updated successfully, but these errors were encountered:
Bug symptom and steps to reproduce
There are 2 bugs in this issue.
Here are the steps to reproduce the bugs:
app version: v3.3 (apk 79)
device: HUAWEI AGT-AN00
OS: MagicOS 7.0
Possible root cause
This might be a functional bug introduced by the fix of Issue #755.
In Issue #755, user supposed to add a trim method in the login function to trim the extra blank automatically added by some keyboard when typing username, which is supposed to enhance user experience. So, the fix of Issue #775 added a trim method in the login function. But there was no additional handle for the select account function and profile function.
The text was updated successfully, but these errors were encountered: