[wp-trac] [WordPress Trac] #32513: Disabling WYSIWYG tab via the wp_editor_settings filter breaks the editor if it contains a textarea tag
WordPress Trac
noreply at wordpress.org
Thu Jun 4 19:01:16 UTC 2015
#32513: Disabling WYSIWYG tab via the wp_editor_settings filter breaks the editor
if it contains a textarea tag
--------------------------+------------------------------
Reporter: andruxnet | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 4.2.2
Severity: normal | Resolution:
Keywords: | Focuses: administration
--------------------------+------------------------------
Comment (by azaozz):
The problem here is that when TinyMCE is disabled the post content is not
escaped before outputting it in the textarea. This is supported in HTML
with the exception of the `</textarea>` tag. Will be fixed with #32425
which normalizes the escaping for both editors.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32513#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list