Skip to content
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

Signup: 1st screen is mostly blank when trying to add a 2nd blog to an account with one blog #442

Closed
designsimply opened this issue Nov 22, 2015 · 2 comments · Fixed by #448
Labels
[Feature] Signup & Account Creation All screens and flows for making a new WordPress.com account. [Pri] BLOCKER Requires immediate attention. [Type] Bug When a feature is broken and / or not performing as intended

Comments

@designsimply
Copy link
Contributor

Steps to reproduce:

  1. Log in to WordPress.com with an account that currently has only one blog
  2. Click "My Site" in the top toolbar
  3. Click "+ Add New WordPress"

Result: a mostly blank screen is shown and I cannot continue with setup.

Notes: the problem does not happen for accounts with two or more blogs nor does it happen if you load /start/themes directly while logged in to an account with 2 or more blogs—you must hit "My Site" followed directly by "+ Add New WordPress", which is a common flow.

screen shot 2015-11-22 at sun nov 22 3 09 10 pm

Safari 9.0.1 on Mac OS X 10.10.5 logged in as user552

Looks like it might be a problem with height:

screen shot 2015-11-22 at sun nov 22 3 22 10 pm

Chrome 46.0.2490.80 on Mac OS X 10.10.5 logged in as user552

This span looks sketch:

screen shot 2015-11-22 at sun nov 22 3 33 29 pm

Chrome 46.0.2490.80 on Mac OS X 10.10.5 logged in as user552

Is it possible we're not including some CSS where we're supposed to?

/hat tip m for reporting the issue

@designsimply designsimply added [Type] Bug When a feature is broken and / or not performing as intended [Pri] BLOCKER Requires immediate attention. [Feature] Signup & Account Creation All screens and flows for making a new WordPress.com account. labels Nov 22, 2015
@nb
Copy link
Member

nb commented Nov 22, 2015

Not the core, but closer to the core of the problem: the difference between a working and not working version is focus-sidebar vs. focus-content class on the .layout element.

@aduth
Copy link
Contributor

aduth commented Nov 22, 2015

.focus-sidebar applies an overflow: hidden; which, when removed, allows the content to render correctly. May need to use layoutFocus to update the focus to content when choosing to add a new site?

@scruffian scruffian self-assigned this Nov 22, 2015
@scruffian scruffian removed their assignment Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Signup & Account Creation All screens and flows for making a new WordPress.com account. [Pri] BLOCKER Requires immediate attention. [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants