Changes between Initial Version and Version 1 of Ticket #39570, comment 2
- Timestamp:
- 01/13/2017 02:42:28 AM (9 years ago)
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 .1 In 39570.patch: remove `<font>` and `<u>` tags from inside links when pasting in IE and Edge, but keep their content/text. 2 2 3 3 The actual tag that is inserted by these browsers is `<font color=...>` and TinyMCE converts it to a span to make it valid.