﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11250	Quotes don't get converted to HTML entities inside <textarea>	sir qwerty	Marek Lewandowski	"Quotes (both single and double) get converted to HTML entities correctly when typed inside block elements such as DIV, P, BLOCKQUOTE, CODE and so on.[[BR]]
'''<p>'a'<p>''' is converted to '''<p>&#39;a&#39;</p>'''

Unfortunatelly they are ignored when typed inside TEXTAREA element:
[[BR]]
'''<p><textarea>'a'</textarea></p>''' stays untouched. Obviously this breaks up my later executed SQL statements. Ampersands get converted OK.


Securing the quotes during PHP process would be a workaround, but till now I've always relied on this CKeditor's function.



ACF is turned off (config.allowedContent = true;) everything else regarding entities is set to default values.
Worked fine in V4, maybe got broken with deeper ACF implementation.

Windows browsers: IE 11, Chrome 31, FF 25."	Bug	closed	Normal	CKEditor 4.3.1	Core : Output Data	4.3	fixed		
