Media 7.x-2.0-alpha1 introduces a regression that will sometimes replace text after an image with the image itself, leading to the image appearing twice and the text after the image being lost. This happens after the node is saved.

Example content for node:

<p>blah blah blah</p>
<p>Some image inserted here</p>
<p>More blah blah blah</p>

This resulted in the following:

<p>blah blah blah</p>
<p>Some image inserted here</p>
<p>Some image inserted here</p>

This bug appeared after I upgraded to alpha1. Downgrading to unstable7 solves the problem.

Comments

Chris Matthews’s picture

Version: 7.x-2.0-alpha1 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

Closing this issue as outdated. However, if you think this issue is still important, please let us know and we will gladly re-open it for review.
sincerely,
- the Drupal Media Team