WordPress / gutenberg

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

Image Block: Focus outline doesn't clear floated blocks #28570

Open obenland opened 3 years ago

obenland commented 3 years ago

Description

Step-by-step reproduction instructions

  1. Create a new post/page
  2. Add two Image blocks, one after another
  3. Set a Left alignment on the first Image block
  4. Click on the second block to trigger focus outline

Expected behaviour

The focus outline appears around the selected block.

Actual behaviour

The focus outline appears around the selected block and the floated block ahead of it.

Screenshots or screen recording (optional)

Screen Shot 2020-04-09 at 07 09 24

Code snippet (optional)

<!-- wp:image {"align":"left","id":353,"sizeSlug":"medium","linkDestination":"none"} -->
<div class="wp-block-image"><figure class="alignleft size-medium"><img src="https://images.pexels.com/photos/1002064/pexels-photo-1002064.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=300" alt="concrete building under blue sky" class="wp-image-353"/><figcaption>Photo by Jeffrey Czum on <a href="https://www.pexels.com/photo/concrete-building-under-blue-sky-4004305/" rel="nofollow">Pexels.com</a></figcaption></figure></div>
<!-- /wp:image -->

<!-- wp:image {"id":340,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://images.pexels.com/photos/1054391/pexels-photo-1054391.jpeg?cs=srgb&amp;dl=pexels-josh-sorenson-1054391.jpg&amp;fm=jpg" alt="top view photo of ocean waves" class="wp-image-340"/><figcaption>Photo by Josh Sorenson on <a href="https://www.pexels.com/photo/top-view-photo-of-ocean-waves-1054391/" rel="nofollow">Pexels.com</a></figcaption></figure>
<!-- /wp:image -->

WordPress information

Device information

skorasaurus commented 3 years ago

still reproducible in Gutenberg 11.5.1

kathrynwp commented 2 years ago

I'm still able to replicate this with:

WordPress 6.0.1 Gutenberg 13.8.1 active or inactive No other plugins active

Twenty Twenty-Two 1.6

Firefox 103.0.1 macOS 12.2.1

Add_New_Page_‹_Self-hosted_Test_—_WordPress

jordesign commented 1 year ago

Still present in WP 6.3 and GB16.5