plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
245 stars 188 forks source link

Image appears twice when changing the alignment. #3800

Closed mauritsvanrees closed 6 months ago

mauritsvanrees commented 1 year ago

Plone 6.0.5 (coredev).

HTML:

<p>
<img
 class="image-richtext image-left picture-variant-medium"
 src="../resolveuid/1e08b0c0be6a4d66bf20491a88430a48/@@images/image/teaser"
 alt=""
 data-linktype="image"
 data-scale="teaser"
 data-val="1e08b0c0be6a4d66bf20491a88430a48"
 data-picturevariant="medium" />
<img
 class="image-richtext image-right picture-variant-medium"
 src="../resolveuid/1e08b0c0be6a4d66bf20491a88430a48/@@images/image/teaser"
 alt=""
 data-linktype="image"
 data-scale="teaser"
 data-val="1e08b0c0be6a4d66bf20491a88430a48"
 data-picturevariant="medium" />
</p>
petschki commented 1 year ago

I could not reproduce this on classic demo site and local with latest staticresources.

mauritsvanrees commented 6 months ago

Fixed in Plone 6.0.10.