-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1] 'Create account' doesn't jump user to form #1610
Comments
Using an anchor and the new react-scroll library, this would be an easy task to complete. |
Was this a newly introduced bug or is this already like that in the current release? I understand it's only a small bug and quite easily fixable, and maybe I am a bit too gusty, but features should not be allowed into current release candidate as it blurs the intent. We don't want to give the impression that anything goes and can be hotfixed into the candidate. |
@sschiessl-bcp I forgot to remove the "staging" name from the user issue. This is of course not something that would be fixed to the staging branch. I belelive this is something that has always been there, and is thus labeled as a feature. Only bugs should be pushed to staging. |
In my original post I mentioned the on boarding pages used to load as separate pages. Check the current live release against staging and you can see they are different. |
Somebody want to claim this? |
Sure, I'll fix this |
Describe the UX issue
These are mostly UX issues with mobile:
Part A) As a user I want to create an account, but when I click the 'create account' button from the landing page I don't notice the form because it loads in close to/below the viewport bottom whilst the UI.
Part B) As a user I want to create an account, but when I click the 'create account' link from the burger menu I don't see the form because the landing page appears above it, and at a glance it looks like I need to press 'create account' again.
The account creation pages used to load in separate-looking views, but now they're combined with the landing page/language selection view and thus, pushed way down the page on mobile.
To Reproduce
Steps to reproduce the behavior for part A:
Steps to reproduce the behavior for part B:
Expected behavior
If the forms are going to be displayed beneath the landing page UI, the user should be scrolled down to view them when they're requested.
Screenshots
Part A)
Part B)
Smartphone
Simulated
The text was updated successfully, but these errors were encountered: