]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/changelog.txt
updated tinymce to 3.5.11
[friendica.git] / library / tinymce / changelog.txt
index 69b7ae50c7132c19b41b9e2629bd1f5c35b047a6..fc9c0878d40b5cbdcc454151dbb0fa656560e3d4 100644 (file)
@@ -1,3 +1,23 @@
+Version 3.5.11 (2014-05-08)
+       Fixed bug in paste plugin word import with lists that have strikethrough on numbers.
+       Fixed bug in word count plugin where characters with diacritical marks were split as seperate words.
+       Fixed bug in IE 11 where the selection of images would fail when they where at the end of blocks.
+Version 3.5.10 (2013-10-24)
+       Fixed bug where dialogs using inlinepopups plugin would display incorrectly sometimes
+       Fixed bug in paste plugin word import that was removing type from lists
+       Fixed bug where IE 11 wouldn't be properly detected if IE 10 emulation was enabled.
+Version 3.5.9 (2013-10-10)
+       Added IE 11 compatibility. IE 11 is treated as Gecko but it has still many IE bugs.
+       Fixed bug where importing CSS classes would fail if it contained @import rules to remote domain on Gecko.
+       Fixed bug in spelling plugin where misspelt words are not always marked.
+       Fixed bug where script tag was removed when nested inside a div or p.
+       Fixed full screen plugin state migration from original editor.
+       Fixed edgecase on up/down arrow keys scrolling with native lists.
+       Fixed bug where space can scroll webpage when using keyboard to access toolbar buttons.
+       Fixed bug where up/down arrow keys scroll entire webpage when using keyboard nav in menu ui.
+       Fixed bug where applying ins/del as inline elements would apply them as blocks.
+       Fixed bug where backspace on a space after an image would produce a BR on WebKit.
+       Fixed bug where it wasn't possible to change block type of text blocks.
 Version 3.5.8 (2012-11-20)
        Fixed bug where html5 data attributes where stripped from contents.
        Fixed bug where toolbar was annouced multiple times with JAWS on Firefox.
@@ -170,7 +190,7 @@ Version 3.5b1 (2012-03-08)
        Added new types and selector options to make it easier to create editor instances with different configs.
        Added new preview of formatting options in various listboxes.
        Added new preview_styles option that enables control over what gets previewed.
-       Fixed bug where content css would be loaded twice into iframe. 
+       Fixed bug where content css would be loaded twice into iframe.
        Fixed bug where start elements with only whitespace in the attribute part wouldn't be correctly parsed.
        Fixed bug where the advlink dialog would produce an error about the addSelectAccessibility function not being defined.
        Fixed bug where the caret would be placed at an incorrect position if span was removed by the invalid_elements setting.
@@ -178,7 +198,7 @@ Version 3.5b1 (2012-03-08)
 Version 3.4.9 (2012-02-23)
        Added settings to wordcount plugin to configure update rate and checking wordcount on backspace and delete using wordcount_update_rate and wordcount_update_on_delete.
        Fixed bug in Webkit and IE where deleting empty paragraphs would remove entire editor contents.
-       Fixed bug where pressing enter on end of list item with a heading would create a new item with heading. 
+       Fixed bug where pressing enter on end of list item with a heading would create a new item with heading.
        Fixed edit css style dialog text-decoration none checkbox so it disables other text-decoration options when enabled.
        Fixed bug in Gecko where undo wasn't added when focus was lost.
        Fixed bug in Gecko where shift-enter in table cell ending with BR doesn't move caret to new line.
@@ -205,8 +225,8 @@ Version 3.4.8 (2012-02-02)
        Added spacebar onclick handler to toolbar buttons to ensure that the accessibility behaviour works correctly.
        Fixed bug where a stranded bullet point would get created in WebKit.
        Fixed bug where selecting text in a blockquote and pressing backspace toggles the style.
-       Fixed bug where pressing enter from a heading in IE, the resulting P tag below it shares the style property. 
-       Fix white space in between spans from being deleted. 
+       Fixed bug where pressing enter from a heading in IE, the resulting P tag below it shares the style property.
+       Fix white space in between spans from being deleted.
        Fixed bug where scrollbars where visible in the character map dialog on Gecko.
        Fixed issue with missing translation for one of the emoticons.
        Fixed bug where dots in id:s where causing problems. Patch provided by Abhishek Dev.