]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
TinyMCE 3.5.8 update; some fixes
[friendica.git] / library / tinymce / jscripts / tiny_mce / plugins / noneditable / editor_plugin_src.js
index c0efe749c2585bdcacd452b397eaf4a0e005e9cf..a18bcd786acf3b98bc18b52382ef5bef85786b18 100644 (file)
        var VK = tinymce.VK;\r
 \r
        function handleContentEditableSelection(ed) {\r
-               var dom = ed.dom, selection = ed.selection, invisibleChar, caretContainerId = 'mce_noneditablecaret';\r
-\r
-               // Setup invisible character use zero width space on Gecko since it doesn't change the height of the container\r
-               invisibleChar = tinymce.isGecko ? '\u200B' : '\uFEFF';\r
+               var dom = ed.dom, selection = ed.selection, invisibleChar, caretContainerId = 'mce_noneditablecaret', invisibleChar = '\uFEFF';\r
 \r
                // Returns the content editable state of a node "true/false" or null\r
                function getContentEditable(node) {\r