[wp-trac] [WordPress Trac] #22888: Block <a> tags are getting stripped from the Editor
WordPress Trac
noreply at wordpress.org
Wed Dec 12 14:19:36 UTC 2012
#22888: Block <a> tags are getting stripped from the Editor
-----------------------------+--------------------------
Reporter: georgestephanis | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Editor
Version: 3.5 | Severity: normal
Keywords: needs-patch |
-----------------------------+--------------------------
Steps to duplicate:
Make a new post.
Have a single line of text saying 'Foo foo foo'.
Change it to a h1 block.
Select the line.
Add a hyperlink to example.com
Switch to the Text tab.
Switch back to the Visual Editor.
THE LINK IS GONE ZOMG WUT?!?!
Basically since we've incorporated the HTML5 Schema for TinyMCE, <a> tags
have been upgraded to a block-level element. So TinyMCE will wrap the
<h1> tag with the <a> tag -- as opposed to the opposite in 3.4.
Then we go in and strip it out (because reasons).
Let's stop stripping out valid tags that we're adding via the editor in
3.5.1
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22888>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list