Make WordPress Core

Opened 21 months ago

Last modified 15 months ago

#58491 new defect (bug)

UI problem when search for block while adding a post

Reported by: mai21's profile mai21 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.2.2
Component: Editor Keywords: move-to-github close
Focuses: ui Cc:

Description

Precondition:

  • Gutenberg version 15.9.1
  • WP 6.2.2
  • PHP 8.2.5
  • Ubuntu 23.04

Steps:
1- Create a new post
2- Click the + icon and search for 'block'
3- The UI expands slowly with no interaction

Expected: spaces fit automatically
Screencast: https://jmp.sh/KsMTIFiM

Change History (3)

#1 @mai21
21 months ago

  • Component changed from General to Plugins
  • Focuses ui added
  • Version set to 6.2.2

#2 @aravindajith
21 months ago

I conducted testing on different themes to assess the issue's reproducibility. I can confirm that I was able to replicate the problem on some themes, while others remained unaffected.

Themes where I was able to reproduce the issue:

  1. TwentyTwenty
  2. Twenty Twenty-One
  3. OceanWP
  4. Kadence
  5. GenerateWP

I found that the following themes did not exhibit the reported issue:

  1. Twenty Twenty-Two
  2. Twenty Twenty-Three
  3. Astra
  4. Blocksy
  5. Spectra One

This discrepancy in behavior across various themes suggests that the issue may be theme-dependent

Last edited 21 months ago by aravindajith (previous) (diff)

#3 @sabernhardt
15 months ago

  • Component changed from Plugins to Editor
  • Keywords move-to-github close added

This needs to be reported on the Gutenberg repository.

To reproduce the growing preview on "Media and text in a full height container" now, you may need to start typing "media" into the block inserter search box.

When I tested with Twenty Twenty-Two, the aspect-ratio CSS on the .block-editor-block-preview__content element remained constant at 3.56083 / 1.

In Twenty Twenty, the aspect-ratio kept adjusting until it stopped at 0.583658 / 1, and a max-height of 245px was added late in that process.

Last edited 15 months ago by sabernhardt (previous) (diff)
Note: See TracTickets for help on using tickets.