moodle/lib/editor
Damyon Wiese af6a2e9459 MDL-44846 Atto: Make the color plugins reliable.
The problem is that in IE, the browser implements color commands with font tags (<font color=...>).

We specifically strip font tags to avoid abuse when pasting from word (the world has seen enough of Tahoma).

This solution instead uses Rangy to set inline styles on the selection. This works in all browsers nicely.

I also updated the toggleInlineSelectionClass function to use the same rangy function. This solves problems with
whitespace squashing in ie.
2014-04-03 10:52:41 +08:00
..
atto MDL-44846 Atto: Make the color plugins reliable. 2014-04-03 10:52:41 +08:00
textarea MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
tinymce MDL-44824 add missing subplugin type names 2014-03-27 11:46:20 +08:00
index.html