Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39570, comment 2


Ignore:
Timestamp:
01/13/2017 02:42:28 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39570, comment 2

    initial v1  
    1 In 39570.patch: remove `<font>` and `<u>` tags from inside links when pasting in IE and Edge.
     1In 39570.patch: remove `<font>` and `<u>` tags from inside links when pasting in IE and Edge, but keep their content/text.
    22
    33The actual tag that is inserted by these browsers is `<font color=...>` and TinyMCE converts it to a span to make it valid.