﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11018	Image properties dialog: attaching links containing Emoji	feigner		"Ran across a strange bug today. Basically, when attaching a link containing Emoji characters to an image via the 'image properties' dialog, things don't appear to get properly encoded, which is causing some downstream issues for me.

Steps to reproduce (within the CKEditor demo):
* insert a new image into the CKEditor field via the 'image properties' dialog
* within the dialog, attach a link containing emoji characters (ex: https://flipboard.com/section/%F0%9F%8E%A7beats'n'the-bloodstream%F0%9F%8E%A7-b2eF8i)
* click 'ok'
* click 'source' and note that things aren't escaped as expected. 

Note: I've found a workaround. Insert an image as described above, but instead of using the 'link' tab on the image properties dialog, hit 'ok' and insert a link using the link dialog. This appears to work as expected:

Original:
{{{
<a href=""https://flipboard.com/section/🎧beats'n'the-bloodstream🎧-b2eF8i""><img alt="""" src=""http://b.cksource.com/a/1/img/sample.jpg"" style=""height:200px; width:160px"" /></a>
}}}

Workaround:
{{{
<a href=""https://flipboard.com/section/%F0%9F%8E%A7beats'n'the-bloodstream%F0%9F%8E%A7-b2eF8i""><img alt="""" src=""http://b.cksource.com/a/1/img/sample.jpg"" style=""height:200px; width:160px"" /></a>
}}}"	Bug	closed	Normal		General		duplicate		
