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: |
|
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)
#3
@
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.
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:
I found that the following themes did not exhibit the reported issue:
This discrepancy in behavior across various themes suggests that the issue may be theme-dependent