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

'Start writing' placeholder text doesn't appear consistently. #26177

Closed
annezazu opened this issue Oct 15, 2020 · 5 comments · Fixed by #32580
Closed

'Start writing' placeholder text doesn't appear consistently. #26177

annezazu opened this issue Oct 15, 2020 · 5 comments · Fixed by #32580
Labels
[Feature] Widgets Screen The block-based screen that replaced widgets.php. Needs Dev Ready for, and needs developer efforts [Type] Bug An existing feature does not function as intended

Comments

@annezazu
Copy link
Contributor

Describe the bug

When you first open up the widgets screen on a new site, the padding for the first widget area appears to be off.

To reproduce
Steps to reproduce the behavior:

  1. Create a new test site.
  2. Install Gutenberg and activate.
  3. Go to Appearance > Widgets
  4. See padding is off :)

Expected behavior

I expect each widget area to look the same.

Screenshots

GIF:

widget spacing

Screenshot for good measure:

Screen Shot 2020-10-15 at 5 16 34 PM

Editor version (please complete the following information):

  • WordPress version: 5.5.1
  • Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? Gutenberg Plugin
  • If the Gutenberg plugin is installed, which version is it? 9.1.1

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Chrome
  • Version: 86.0.4240.75
@annezazu annezazu added [Type] Bug An existing feature does not function as intended Needs Design Needs design efforts. [Feature] Widgets Screen The block-based screen that replaced widgets.php. labels Oct 15, 2020
@mapk
Copy link
Contributor

mapk commented Nov 9, 2020

@annezazu it looks like your accordion arrow isn't toggling to show when the accordion is open. And so I wonder if that state is when the accordion is actually open but without any blocks. So the extra padding that you see is actually an open and empty widget area.

If I'm off here, I totally agree that these should be the same height/padding when they are in the same closed state.

@mapk mapk added Needs Dev Ready for, and needs developer efforts and removed Needs Design Needs design efforts. labels Nov 9, 2020
@talldan
Copy link
Contributor

talldan commented Jan 6, 2021

I think that's right, this is an empty widget area. Seems like an issue that 'Start writing' placeholder text doesn't appear consistently.

@annezazu
Copy link
Contributor Author

annezazu commented Jan 6, 2021

Ah yes! That sounds like the underlying problem in that case.

@draganescu draganescu changed the title [Widgets Screen] Fix padding in first widget area 'Start writing' placeholder text doesn't appear consistently. Feb 18, 2021
@noisysocks
Copy link
Member

This might be incidentally addressed if we switch to the button block appender. See #26072.

@draganescu
Copy link
Contributor

To reproduce consistently:

  • have a theme with multiple widget areas
  • make sure one of the areas is empty (select all widgets and blocks, delete and save)
  • collapse all widget areas
  • expand the empty one, the prompt appears
  • expand the one above it, the prompt disappears from the one below
  • collapse the one above, the prompt is missing from the one below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Widgets Screen The block-based screen that replaced widgets.php. Needs Dev Ready for, and needs developer efforts [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants