[wp-trac] [WordPress Trac] #40559: Bug when inserting images with TinyMCE for latest Chrome
WordPress Trac
noreply at wordpress.org
Tue Apr 25 03:11:36 UTC 2017
#40559: Bug when inserting images with TinyMCE for latest Chrome
-------------------------------+------------------------------
Reporter: dreative | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 4.7.4
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Changes (by azaozz):
* keywords: => reporter-feedback
Comment:
Trying to reproduce in Chrome 58.0.3029.81 (64-bit) Win10:
Initial content is:
{{{
http://localhost/content/uploads/2017/01/IMG_20170106_141203.jpg
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
}}}
After Ctrl+X (cutting) the URL, the content is:
{{{
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
}}}
(Note the white space at the top. This is now an empty paragraph.)
Opening the media modal, selecting Insert from URL, pasting the URL and
clicking Insert, the content (from the Text editor tab) is:
{{{
<img class="alignnone size-medium"
src="http://localhost/content/uploads/2017/01/IMG_20170106_141203.jpg"
width="3264" height="2448" />
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
This is a test sentence.This is a test sentence.This is a test sentence.
}}}
All seems to be working properly here. Perhaps I'm misunderstanding some
of the steps to reproduce it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40559#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list