WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.52k stars 4.21k forks source link

Manually changing the width of an image nested in a Row block #66983

Open westnz opened 2 days ago

westnz commented 2 days ago

Description

When I manually change the width of an image block nested in a Row block, the 'Media library' and 'Insert from URL' do not appear correctly.

Step-by-step reproduction instructions

  1. Use the Twenty Twenty-Five theme
  2. Create a new page
  3. Add the Pattern called: Logos Image
  4. Manually change the width of the middle Image bock
  5. Drag it up to 179 px

Screenshots, screen recording, code snippet

Image

Environment info

Please confirm that you have searched existing issues in the repo.

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Please confirm which theme type you used for testing.

yogeshbhutkar commented 2 days ago

HI @westnz, thanks for raising the issue.

I was able to reproduce the issue and would like to work on a potential fix for the same. The issue also happens with a fixed height and width on auto as demonstrated in the screenshot attached below.

Image

westnz commented 1 day ago

Thank you @yogeshbhutkar!!