Hi Ryan,
I can't move image when it is inserted at the end of the editor.
You need to put a tag after the img tag. I can be any tag (p, div, etc...)
Can't move media :
<p>Go ahead, you can't break it.</p>
<p><img src="https://www.joomlacontenteditor.net/images/banners/osmbanner2.png" alt="osmbanner2" width="468" height="60" /></p>
Can move media :
<p>Go ahead, you can't break it.</p>
<p><img src="https://www.joomlacontenteditor.net/images/banners/osmbanner2.png" alt="osmbanner2" width="468" height="60" /></p>
<p> </p>
Tested on the demo website.
Regards