Sie sind auf Seite 1von 15

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 w
ere split as seperate words.
Fixed bug in IE 11 where the selection of images would fail when they wh
ere at the end of blocks.
Version 3.5.10 (2013-10-24)
Fixed bug where dialogs using inlinepopups plugin would display incorrec
tly 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 w
as enabled.
Version 3.5.9 (2013-10-10)
Added IE 11 compatibility. IE 11 is treated as Gecko but it has still ma
ny 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 t
oolbar buttons.
Fixed bug where up/down arrow keys scroll entire webpage when using keyb
oard 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 o
n 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
.
Fixed bug where the editor view whouldn't scroll to BR elements when usi
ng shift+enter or br enter mode.
Fixed bug where a JS error would be thrown when trying to paste table ro
ws then the rows clipboard was empty.
Fixed bug with auto detection logic for youtube urls in the media plugin
.
Fixed bug where the formatter would throw errors if you used the jQuery
version of TinyMCE and the latest jQuery.
Fixed bug where the latest WebKit versions would produce span elements w
hen deleting text between blocks.
Fixed bug where the autolink plugin would produce DOM exceptions when pr
essing shift+enter inside a block element.
Fixed bug where toggling of blockquotes when using br enter mode would p
roduce an exception.
Fixed bug where focusing out of the body of the editor wouldn't properly
add an undo level.
Fixed issue with warning message being displayed on IE 9+ about the meta
header fix for IE 8.
Version 3.5.7 (2012-09-20)
Changed table row properties dialog to not update multiple rows when row
type is header or footer.
Fixed bug in hyperlink dialog for IE9 where links with no target attr se
t had target value of -Changing toolbars to have a toolbar role for FF keyboard navigation work
s correctly.

Fixed bug where applying formatting to an empty block element would prod
uce redundant spans.
Fixed bug where caret formatting on IE wouldn't properly apply if you pr
essed enter/return.
Fixed bug where loading TinyMCE using an async script wouldn't properly
initialize editors.
Fixed bug where some white space would be removed after inline elements
before block elements.
Fixed bug where it wouldn't properly parse attributes with a single back
slash as it's contents.
Fixed bug where noscript elements would loose it's contents on older IE
versions.
Fixed bug where backspace inside empty blockquote wouldn't delete it pro
perly.
Fixed bug where custom elements with . in their names wouldn't work prop
erly.
Fixed bug where the custom_elements option didn't properly setup the blo
ck elements schema structure.
Fixed bug where the custom_elements option didn't auto populate the exte
nded_valid_elements.
Fixed bug where the whole TD element would get blcok formatted when ther
e where BR elements in it.
Fixed bug where IE 9 might crash if the editor was hidden and specific s
tyles where applied to surrounding contents.
Fixed bug where shift+enter inside a table cell on Gecko would produce a
n zero width non breaking space between tr:s.
Fixed bug where the advlink dialog wouldn't properly populate the anchor
s dropdown if the HTML5 schema was used.
Fixed issue with missing autofocus attribute on input element when using
the HTML5 schema.
Fixed issue where enter inside a block contained within an LI element wo
uldn't produce a new LI.
Version 3.5.6 (2012-07-26)
Added "text" as a valid option to the editor.getContent format option. M
akes it easier to get a text representation of the editor contents.
Fixed bug where resizing an image to less that 0x0 pixels would display
the ghost image at an incorrect position.
Fixed bug where the remove format button would produce extra paragraphs
on WebKit if all of the contents was selected.
Fixed issue where edge resize handles on images of wouldn't scale it wit
h the same aspect ratio.
Fixed so force_p_newlines option works again since some users want mixed
mode paragraphs.
Fixed so directionality plugin modifies the dir attribute of all selecte
d blocks in the editor.
Fixed bug where backspace/delete of a custom element would move it's att
ributes to the parent block on Gecko.
Version 3.5.5 (2012-07-19)
Added full resize support for images and tables on WebKit/Opera. It now
behaves just like Gecko.
Added automatic embed support for Vimeo, Stream.cz and Google Maps in me
dia plugin. Patch contributed by Jakub Matas.
Fixed bug where the lists plugin wouldn't properly remove all li element
s when toggling selected items of. Patched by Taku AMANO.
Fixed bug where the lists plugin would remove the entire list if you pre
ssed deleted at the beginning of the first element. Patched by Taku AMANO.
Fixed bug where the ordered/unordered list buttons could both be enabled
if you nested lists. Patch contributed by Craig Petchell.
Fixed bug where shift+enter wouldn't produce a BR in a LI when having fo
rced_root_blocks set to false.

Fixed bug where scrollbars aren't visible in fullscreen when window is r


esized.
Fixed bug with updating the border size using the advimage dialog on IE
9.
Fixed bug where the selection of inner elements on IE 8 in contentEditab
le mode would select the whole parent element.
Fixed bug where the enter key would produce an empty anchor if you press
ed it at the space after a link on IE.
Fixed bug where autolink plugin would produce an exception for specific
html see bug #5365
Fixed so the formatChanged function takes an optional "similar" paramete
r to use while matching the format.
Version 3.5.4.1 (2012-06-24)
Fixed issue with Shift+A selecting all contents on Chrome.
Version 3.5.4 (2012-06-21)
Added missing mouse events to HTML5 schema. Some events needs to be manu
ally defined though since the spec is huge.
Added image resizing for WebKit browsers by faking the whole resize beha
vior.
Fixed bug in context menu plugin where listener to hide menu wasn't remo
ved correctly.
Fixed bug where media plugin wouldn't use placeholder size for the objec
t/video elements.
Fixed bug where jQuery plugin would break attr function in jQuery 1.7.2.
Fixed bug where jQuery plugin would throw an error if you used the tinym
ce pseudo selector when TinyMCE wasn't loaded.
Fixed so encoding option gets applied when using jQuery val() or attr()
to extract the contents.
Fixed so any non valid width/height passed to media plugin would get par
sed to proper integer or percent values.
Version 3.5.3 (2012-06-19)
Added missing wbr element to HTML5 schema.
Added new mceToggleFormat command. Enabled you to toggle a specific form
at on/off.
Fixed bug where undo/redo state didn't update correctly after executing
an execCommand call.
Fixed bug where the editor would get auto focused on IE running in quirk
s mode.
Fixed bug where pressing enter before an IMG or INPUT element wouldn't p
roperly split the block.
Fixed bug where backspace would navigate back when selecting control typ
es on IE.
Fixed bug where the editor remove method would unbind events for control
s outside the editor instance UI.
Fixed bug where the autosave plugin would try to store a draft copy of e
ditors that where removed.
Fixed bug where floated elements wouldn't expand the block created when
pressing enter on non IE browsers.
Fixed bug where the caret would be placed in the wrong location when pre
ssing enter at the beginning of a block.
Fixed bug where it wasn't possible to block events using the handle_even
t_callback option.
Fixed bug where keyboard navigation of the ColorSplitButton.js didn't wo
rk correctly.
Fixed bug where keyboard navigation didn't work correctly on split butto
ns.
Fixed bug where the legacy Event.add function didn't properly handle mul
tiple id:s passed in.
Fixed bug where the caret would disappear on IE when selecting all conte
nts and pressing backspace/delete.

Fixed bug where the getStart/getEnd methods would sometimes return eleme
nts from the wrong document on IE.
Fixed so paragraphs gets created if you press enter inside a form elemen
t.
Version 3.5.2 (2012-05-31)
Added new formatChanged method to tinymce.Formatter class. Enables easie
r state change handling of formats.
Added new selectorChanged method to tinymce.dom.Selection class. Enables
easier state change handling of matching CSS selectors.
Changed the default theme to be advanced instead of simple since most us
ers uses the advanced theme.
Changed so the theme_advanced_buttons doesn't have a default set if one
button row is specified.
Changed the theme_advanced_toolbar_align default value to "left".
Changed the theme_advanced_toolbar_location default value to "top".
Changed the theme_advanced_statusbar_location default value to "bottom".
Fixed bug where the simple link dialog would remove class and target att
ributes from links when updating them if the drop downs wasn't visible.
Fixed bug where the link/unlink buttons wouldn't get disabled once a lin
k was created by the autolink plugin logic.
Fixed bug where the border attribute was missing in the HTML5 schema.
Fixed bug where the legacyoutput plugin would use inline styles for font
color.
Fixed bug where editing of anchor names wouldn't produce an undo level.
Fixed bug where the table plugin would delete the last empty block eleme
nt in the editor.
Fixed bug where pasting table rows when they where selected would make i
t impossible to editor that table row.
Fixed bug with pressing enter in IE while having a select list focused w
ould produce a JS error.
Fixed bug where it wasn't possible to merge table cells by selecting the
m and using merge from context menu.
Removed summary from HTML5 table attributes and fixed so this and other
deprecated table fields gets hidden in the table dialog.
Version 3.5.1.1 (2012-05-25)
Fixed bug with control creation where plugin specific controls didn't wo
rk as expected.
Version 3.5.1 (2012-05-25)
Added new onBeforeAdd event to UndoManager patch contributed by Dan Rumn
ey.
Added support for overriding the theme rendering logic by using a custom
function.
Fixed bug where links wasn't automatically created by the autolink plugi
n on old IE versions when pressing enter in BR mode.
Fixed bug where enter on older IE versions wouldn't produce a new paragr
aph if the previous sibling paragraph was empty.
Fixed bug where toString on a faked DOM range on older IE versions would
n't return a proper string.
Fixed bug where named anchors wouldn't work properly when schema was set
to HTML5.
Fixed bug where HTML5 datalist options wasn't correctly parsed or indent
ed.
Fixed bug where linking would add anchors around block elements when the
HTML5 schema was used.
Fixed issue where the autolink plugin wouldn't properly handle mailto:us
er@domain.com.
Optimized initialization and reduced rendering flicker by hiding the tar
get element while initializing.
Version 3.5.0.1 (2012-05-10)
Fixed bug where selection normalization logic would break the selections

of parent elements using the element path.


Fixed bug where the autolink plugin would include trailing dots in domai
n names in the link creation.
Fixed bug where the autolink plugin would produce an error on older IE v
ersions when pressing enter.
Fixed bug where old IE versions would throw an error during initializati
on when the editor was placed in an size restricted div.
Version 3.5 (2012-05-03)
Fixed menu rendering issue if the document was in rtl mode.
Fixed bug where the hide function would throw an error about a missing v
ariable.
Fixed bug where autolink wouldn't convert URLs when hitting enter on IE
due to the new enter key logic.
Fixed bug where formatting using shortcuts like ctrl+b wouldn't work pro
perly the first time.
Fixed bug where selection.setContent after a formatter call wouldn't gen
erate formatted contents.
Fixed bug where whitespace would be removed before/after invalid_element
s when they where removed.
Fixed bug where updating styles using the theme image dialog in non inli
ne mode on IE9 would produce errors.
Fixed bug where IE 8 would produce an error when using the contextmenu p
lugin.
Fixed bug where delete/backspace could remove contents of noneditable el
ements.
Fixed so background color in style preview gets computed from body eleme
nt if the current style element is transparent.
Version 3.5b3 (2012-03-29)
Added cancel button to colour picker dialog.
Added figure and figcaption to the html5 visualblocks plugin.
Added default alignment options for the figure element.
Fixed bug where empty inline elements within block elements would someti
mes produce a br child element.
Fixed bug where urls pointing to the same domain as the current one woul
d cause undefined errors. Patch contributed by Paul Giberson.
Fixed bug where enter inside an editable element inside an non editable
element would split the element.
Fixed bug where cut/copy/paste of noneditable elements didn't work.
Fixed bug where backspace would sometimes produce font elements on WebKi
t.
Fixed bug where WebKit would produce spans out of various inline element
s when using backspace.
Fixed bug where IE9 wouldn't properly update image styles when images wh
ere resized.
Fixed bug where drag/drop of noneditable elements didn't work correctly.
Fixed bug where applying formatting to all contents wouldn't work correc
tly when an end point was inside an empty bock. Patch contributed by Jose Luiz.
Fixed bug where IE10 removed the scopeName from the DOM element interfac
e and there for it produced an undefined string in element path.
Fixed bug where the caret would be placed at an incorrect location if yo
u applied block formatting while having the caret at the end of the block.
Fixed bug where applying column changes using the cell dialog would only
update the first column. Patch contributed by krzyko.
Fixed bug where the visualblocks plugin would force editor focus if it w
as turned on by default.
Fixed bug where the tabfocus plugin would tab to iframes these are now i
gnored.
Fixed bug where format drop down list wouldn't show the currently active
format for a parent element.
Fixed bug where paste of plain text in IE 9 would remove the new line ch

aracters from text.


Fixed bug where the menu buttons/split button menus wouldn't be opened a
t the right location on older IE versions.
Fixed bug where Gecko browsers wouldn't properly display the right forma
t when having the selection as specific places.
Fixed bug where shift+enter inside the body when having forced_root_bloc
ks set to false would throw an error.
Fixed bug where the jQuery plugin would break the attr method of jQuery
1.7.2. Patch contributed by Markus Kemmerling.
Fixed so options like content_css accepts and array as well as a comma s
eparated string as input.
Restructured the internal logic to make it more separate from Editor.js.
Updated the Sizzle engine to the latest version.
Version 3.5b2 (2012-03-15)
Rewrote the enter key logic to normalize browser behavior.
Fixed so enter within PRE elements produces a BR and shift+enter breaks/
end the PRE. Can be disabled using the br_in_pre option.
Fixed bug where the selection wouldn't be correct after applying formatt
ing and having the caret at the end of the new format node.
Fixed bug where the noneditable plugin would process contents on raw inp
ut calls for example on undo/redo calls.
Fixed bug where WebKit could produce an exception when a bookmark was re
quested when there wasn't a proper selection.
Fixed bug where WebKit would fail to open the image dialog since it woul
d be returning false for a class name instead of a string.
Fixed so alignment and indentation works properly when forced_root_block
s is set to false. It will produce a DIV by default.
Version 3.5b1 (2012-03-08)
Added new event class that is faster and enables support for faking even
ts.
Added new self_closing_elements, short_ended_elements, boolean_attribute
s, non_empty_elements and block_elements options to control the HTML Schema.
Added new schema option and support for the HTML5 schema.
Added new visualblocks plugin that shows html5 blocks with visual border
s.
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 prev
iewed.
Fixed bug where content css would be loaded twice into iframe.
Fixed bug where start elements with only whitespace in the attribute par
t wouldn't be correctly parsed.
Fixed bug where the advlink dialog would produce an error about the addS
electAccessibility function not being defined.
Fixed bug where the caret would be placed at an incorrect position if sp
an was removed by the invalid_elements setting.
Fixed bug where elements inside a white space preserve element like pre
didn't inherit the behavior while parsing.
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_upd
ate_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 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.
Fixed bug where right-click on formatted text in IE selected the entire
line.
Fixed bug where text ending with space could not be unformatted in IE.
Fixed bug where caret formatting would be removed when moving the caret
when a selector expression was used.
Fixed bug where formatting would be applied to the body element when all
contents where selected and format had both inline and selector parts.
Fixed bug where the media plugin would throw errors if you had iframe se
t as an invalid element in config.
Fixed bug where the caret would be placed at the top of the document if
you inserted a table and undo:ed that operation. Patch contributed by Wesley Wal
ser.
Fixed bug where content css files where loaded twice into the iframe.
Fixed so elements with comments would be trated as non empty elements. P
atch contributed by Arjan Scherpenisse.
Version 3.4.8 (2012-02-02)
Fixed bug in IE where selected text ending with space cannot be formatte
d then formatted again to get original text.
Fixed bug in IE where images larger than editor area were being deselect
ed when toolbar buttons are clicked.
Fixed bug where wrong text align buttons are active when multiple block
elements are selected.
Fixed bug where selected link not showing in target field of link dialog
in some selection cases.
Use settings for remove_trailing_br so this can be turned off instead of
hard coding the value.
Fixed bug in IE where the media plugin displayed null text when some val
ues aren't filled in.
Added API method 'onSetAttrib' that fires when the attribute value on a
node changes.
Fix font size dropdown value not being updated when text already has a f
ont size in the advanced template.
Fixed bug in IE where IE doesn't use ARIA attributes properly on options
- causing labels to be read out 2 times.
Fixed bug where caret cannot be placed after table if table is at end of
document in IE.
Fixed bug where adding range isn't always successful so we need to check
range count otherwise an exception can occur.
Added spacebar onclick handler to toolbar buttons to ensure that the acc
essibility 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 to
ggles 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 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 A
bhishek Dev.
Fixed bug where urls with an at sign in the path wouldn't be parsed corr
ectly. Patch contributed by Jason Grout.
Fixed bug where Opera would remove the first character of a inline forma
tted word if you pressed backspace.
Fixed bugs with the autoresize plugin on various browsers and removed th
e need for the throbber.
Fixed performance issue where the contextmenu plugin would try to remove

the menu even if it was removed. Patch contributed by mhu.


Version 3.4.7 (2011-11-03)
Modified the caret formatting behavior to word similar to common desktop
wordprocessors like Word or Libre Office.
Fixed bug in Webkit - Cursor positioning does not work vertically within
a table cell with multiple lines of text.
Fixed bug in IE where Inserting a table in IE8 places cursor in the seco
nd cell of the first row.
Fixed bug in IE where editor in a frame doesn't give focus to the toolba
r using ALT-F10.
Fix for webkit and gecko so that deleting bullet from start of list outd
ents inner list items and moves first item into paragraph.
Fix new list items in IE8 not displayed on a new line when list contains
nested list items.
Clear formatting in table cell breaks the cell.
Made media type list localisable.
Fix out of memory error when using prototype in media dialog.
Fixed bug where could not add a space in the middle of a th cell.
Fixed bug where adding a bullet between two existing bullets adds an ext
ra one
Fixed bug where trying to insert a new entry midway through a bulleted l
ist fails dismally when the next entry is tabbed in.
Fixed bug where pressing enter on an empty list item does not outdent pr
operly in FF
Fixed bug where adding a heading after a list item in a table cell chang
es all styles in that cell
Fixed bug where hitting enter to exit from a bullet list moves cursor to
the top of the page in Firefox.
Fixed bug where pressing backspace would not delete HRs in Firefox and I
E when next to an empty paragraph.
Fixed bug where deleting part of the link text can cause a link with no
destination to be saved.
Fixed bug where css style border widths wasn't handled correctly in tabl
e dialog.
Fixed bug where parsing invalid html contents on IE or WebKit could prod
uce an infinite loop.
Fixed bug where scripts with custom script types wasn't properly passed
though the editor.
Fixed issue where some Japanese kanji characters wasn't properly entity
encoded when numeric entity mode was enabled.
Made emoticons dialog use the keyboard naviation.
Added navigation instructions to the symbols dialog.
Added ability to set default values for the media plugin.
Added new font_size_legacy_values option for converting old font element
sizes to span with font-size properties.
Fixed bug where the symbols dialog was not accessible.
Added quirk for IE ensuring that the body of the document containing tin
yMCE has a role="application" for accessibility.
Fixed bug where the advanced color picker wasn't working properly on FF
7.
Fixed issue where the advanced color picker was producing uppercase hex
codes.
Fixed bug where IE 8 could throw exceptions if the contents contained re
sizable content elements.
Fixed bug where caret formatting wouldn't be correctly applied to previo
us sibling on WebKit.
Fixed bug where the select boxes for font size/family would loose it's v
alue on WebKit due to recent iOS fixes.
Version 3.4.6 (2011-09-29)
Fixed bug where list items were being created for empty divs.

Added support in Media plugin for audio media using the embed tag
Fixed accessibility bugs in WebKit and IE8 where toolbar items were not
being read.
Added new use_accessible_selects option to ensure accessible list boxes
are used in all browsers (custom widget in firefox native on other browsers)
Fixed bug where classid attribute was not being checked from embed objec
ts.
Fixed bug in jsrobot tests with intermittently failing.
Fixed bug where anchors wasn't updated properly if you edited them using
IE 8.
Fixed bug where input method on WebKit on Mac OS X would fail to initial
ize when sometimes focusing the editor.
Fixed bug where it wasn't possible to select HR elements on WebKit by si
mply clicking on them.
Fixed bug where the media plugin wouldn't work on IE9 when not using the
inlinepopups plugin.
Fixed bug where hspace,vspace,align and bgcolor would be removed from ob
ject elements in the media plugin.
Fixed bug where the new youtube format wouldn't be properly parsed by th
e media plugin.
Fixed bug where the style attribute of layers wasn't properly updated on
IE and Gecko.
Fixed bug where editing contents in a layer would fail on Gecko since co
ntentEditable doesn't inherit properly.
Fixed bug where IE 6/7 would produce JS errors when serializing contents
containing layers.
Version 3.4.5 (2011-09-06)
Fixed accessibility bug in WebKit where the right and left arrow keys wo
uld update native list boxes.
Added new whitespace_elements option to enable users to specify specific
elements where the whitespace is preserved.
Added new merge_siblings option to formats. This option makes it possibl
e to disable the auto merging of siblings when applying formats.
Fixed bug in IE where trailing comma in paste plugin would cause plugin
to not run correctly.
Fixed bug in WebKit where console messages would be logged when deleting
an empty document.
Fixed bug in IE8 where caret positioned is on list item instead of parag
raph when outdent splits the list
Fixed bug with image dialogs not inserting an image if id was omitted fr
om valid_elements.
Fixed bug where the selection normalization logic wouldn't properly hand
le image elements in specific config cases.
Fixed bug where the map elements coords attribute would be messed up by
IE when serializing the DOM.
Fixed bug where IE wouldn't properly handle custom elements when the con
tents was serialized.
Fixed bug where you couldn't move the caret in Gecko if you focused the
editor using the API or a UI control.
Fixed bug where adjacent links would get merged on IE due to bugs in the
ir link command.
Fixed bug where the color split buttons would loose the selection on IE
if the editor was placed in a frame/iframe.
Fixed bug where floated images in WebKit wouldn't get properly linked.
Fixed bug where the fullscreen mode in a separate window wasn't forced i
nto IE9+ standards mode.
Fixed bug where pressing enter in an empty editor on WebKit could produc
e DIV elements instead of P.
Fixed bug where spans would get removed incorrectly when merging two blo
cks on backspace/delete on WebKit.

Fixed bug where the editor contents wouldn't be completely removed on ba


ckspace/delete on WebKit.
Fixed bug where the fullpage plugin wouldn't properly render style eleme
nts in the head on IE 6/7.
Fixed bug where the nonbreaking_force_tab option in the nonbreaking plug
in wouldn't work on Gecko/WebKit.
Fixed bug where the isDirty state would become true on non IE browsers i
f there was an table at the end of the contents.
Fixed bug where entities wasn't properly encoded on WebKit when pasting
text as plain text.
Fixed bug where empty editors would produce an exception of valid_elemen
ts didn't include body and forced_root_blocks where disabled.
Fixed bug where the fullscreen mode wouldn't retain the header/footer in
the fullpage plugin.
Fixed issue where the plaintext_mode and plaintext_mode_sticky language
keys where swapped.
Version 3.4.4 (2011-08-04)
Added new html5 audio support. Patch contributed by Ronald M. Clifford.
Added mute option for video elements and preload options for video/audio
patch contributed by Dmitry Kalinkin.
Fixed selection to match visual selection before applying formatting cha
nges.
Fixed browser specific bugs in lists for WebKit and IE.
Fixed bug where IE would scroll the window if you closed an inline dialo
g that was larger than the viewport. Patch by Laurence Keijmel.
Fixed bug where pasting contents near a span element could remove parts
of that span. Patch contributed by Wesley Walser.
Fixed bug where formatting change would be lost after pressing enter.
Fixed bug in WebKit where deleting across blocks would add extra styles.
Fixed bug where moving cursor vertically in tables in WebKit wasn't work
ing.
Fixed bug in IE where deleting would cause error in console.
Fixed bug where the formatter was not applying formats across list eleme
nts.
Fixed bug where the wordcount plugin would try and update the wordcount
if tinymce had been destroyed.
Fixed bug where tabfocus plugin would attempt to focus elements not disp
layed when their parent element was hidden.
Fixed bug where the contentEditable state would sometimes be removed if
you deleted contents in Gecko.
Fixed bug where inserting contents using mceInsertContent would fail if
"span" was disabled in valid_elements.
Fixed bug where initialization might fail if some resource on gecko woul
dn't load properly and fire the onload event.
Fixed bug where ctrl+7/8/9 keys wouldn't properly add the specific forma
ts associated with them.
Fixed bug where the HTML tags wasn't properly closed in the style plugin
s properties dialog.
Fixed bug where the list plugin would produce an exception if the user t
ried to delete an element at the very first location.
Version 3.4.3.2 (2011-06-30)
Fixed bug where deleting all of a paragraph inside a table cell would be
have badly in webkit.
Fixed bugs in tests in firefox5 and WebKit.
Fixed bug where selection of table cells would produce an exception on G
ecko.
Fixed bug where the caret wasn't properly rendered on Gecko when the edi
tor was hidden.
Fixed bug where pasting plain text into WebKit would produce a pre eleme
nt it will now produce more semantic markup.

Fixed bug where selecting list type formats using the advlist plugin on
IE8 would loose editor selection.
Fixed bug where forced root blocks logic wouldn't properly pad elements
created if they contained data attributes.
Fixed bug where it would remove all contents of the editor if you insert
ed an image when not having a caret in the document.
Fixed bug where the YUI compressor wouldn't properly encode strings with
only a quote in them.
Fixed bug where WebKit on iOS5 wouldn't call nodeChanged when the select
ion was changed.
Fixed bug where mceFocus command wouldn't work properly on Gecko since i
t didn't focus the body element.
Fixed performance issue with the noneditable plugin where it would enabl
e/disable controls to often.
Version 3.4.3.1 (2011-06-16)
Fixed bug where listboxes were not being handled correctly by JAWS in fi
refox with the o2k7 skin.
Fixed bug where custom buttons were not being rendered correctly when in
high contrast mode.
Added support for iOS 5 that now supporting contentEditable in it's late
st beta.
Fixed bug where urls in style attributes with a _ character followed by
a number would cause incorrect output.
Fixed bug where custom_elements option wasn't working properly on IE bro
wsers.
Fixed bug where custom_elements marked as block elements wouldn't get co
rrectly treated as block elements.
Fixed bug where attributes with </> wasn't properly encoded as XML entit
ies.
Version 3.4.3 (2011-06-09)
Fixed bug where deleting backwards before an image into a list would put
the cursor in the wrong location.
Fixed bug where styles plugin would not apply styles across multiple sel
ected block elements correctly.
Fixed bug where cursor would jump to start of document when selection co
ntained empty table cells in IE8.
Fixed bug where applied styles wouldn't be kept if you pressed enter twi
ce to produce two paragraphs.
Fixed bug where a ghost like caret would appear on Gecko when pressing e
nter while having a text color applied.
Fixed bug where IE would produce absolute urls if you inserted a image/l
ink and reloaded the page.
Fixed bug where applying a heading style to a list item would cascade st
yle to children list items.
Fixed bug where Editor loses focus when backspacing and changing styles
in WebKit.
Fixed bug where exception was thrown in tinymce.util.URI when parsing a
relative URI and no base_uri setting was provided.
Fixed bug where alt-f10 was not always giving focus to the toolbar on Sa
fari.
Added new 'allow_html_in_named_anchor' option to allow html to occur wit
hin a named anchor tag. Use at own risk.
Added plugin dependency support. Will autoload plugins specified as a d
ependency if they haven't been loaded.
Fixed bug where the autolink plugin didn't work with non-English keyboar
ds when pressing ).
Added possibility to change properties of all table cells in a column.
Added external_image_list option to get images list from user-defined va
riable or function.
Fixed bug where the autoresize plugin wouldn't reduce the editors height

on Chrome.
Fixed bug where table size inputs were to small for values with size uni
ts.
Fixed bug where table cell/row size input values were not validated.
Fixed bug where menu item line-height would be set to wrong value by ext
ernal styles.
Fixed bug where hasUndo() would return wrong answer.
Fixed bug where page title would be set to undefined by fullpage plugin.
Fixed bug where HTML5 video properties were not updated in embedded medi
a settings.
Fixed bug where HTML comment on the first line would cause an error.
Fixed bug where spellchecker menu was positioned incorrectly on IE.
Fixed bug where breaking out of list elements on WebKit would produce a
DIV instead of P after the list.
Fixed bug where pasting from Word in IE9 would add extra BR elements whe
n text was word wrapped.
Fixed bug where numeric entities with leading zeros would produce incorr
ect decoding.
Fixed bug where hexadecimal entities wasn't properly decoded.
Fixed bug where bookmarks wasn't properly stored/restored on undo/redo.
Fixed bug where the mceInsertCommand didn't retain the values of links i
f they contained non url contents.
Fixed bug where the valid_styles option wouldn't be properly used on sty
les for specific elements.
Fixed so contentEditable is used for the body of the editor if it's supp
orted.
Fixed so trailing BR elements gets removed even when forced_root_blocks
option was set to false/null.
Fixed performance issue with mceInsertCommand and inserting very simple
contents.
Fixed performance issue with older IE version and huge documents by opti
mizing the forced root blocks logic.
Fixed performance issue with table plugin where it checked for selected
cells to often.
Fixed bug where creating a link on centered/floated image would produce
an error on WebKit browsers.
Fixed bug where Gecko would remove single paragraphs if there where cont
ents before/after it.
Fixed bug where the scrollbar would move up/down when pasting contents u
sing the paste plugin.
Version 3.4.2 (2011-04-07)
Added new 'paste_text_sticky_default' option to paste plugin, enables yo
u to set the default state for paste as plain text.
Added new autoresize_bottom_margin option to autoresize plugin that enab
les you to add an extra margin at the bottom. Patch contributed by Andrew Ozz.
Rewritten the fullpage plugin to handle style contents better and have a
more normalized behavior across browsers.
Fixed bug where contents inserted with mceInsertContent wasn't parsed us
ing the default dom parser.
Fixed bug where blocks containing a single anchor element would be treat
ed as empty.
Fixed bug where merging of table cells on IE 6, 7 wouldn't look correctl
y until the contents was refreshed.
Fixed bug where context menu wouldn't work properly on Safari since it w
as passing out the ctrl key as pressed.
Fixed bug where image border color/style values were overwritten by advi
mage plugin.
Fixed bug where setting border in advimage plugin would throw error in I
E.
Fixed bug where empty anchors list in link settings wasn't hidden.

Fixed bug where xhtmlextras popups were missing localized popup-size par
ameters.
Fixed bug where the context menu wouldn't select images on WebKit browse
rs.
Fixed bug where paste plugin wouldn't properly extract the contents on W
ebKit due to recent changes in browser behavior.
Fixed bug where focus of the editor would get on control contents on IE
lost due to a bug in the ColorSplitButton control.
Fixed bug where contextmenu wasn't disabled on noneditable elements.
Fixed bug where getStyle function would trigger error when called on ele
ment without style property.
Fixed bug where editor fail to load if Javascript Compressor was used.
Fixed bug where list-style-type=lower-greek would produce errors in IE<8
.
Fixed bug where spellchecker plugin would produce errors on IE6-7.
Fixed bug where theme_advanced_containers configuration option causes er
ror.
Fixed bug where the mceReplaceContent command would produce an error sin
ce it didn't correctly handle a return value.
Fixed bug where you couldn't enter float point values for em in dialog i
nput fields since it wouldn't be considered a valid size.
Fixed bug in xhtmlxtras plugin where it wasn't possible to remove some a
ttributes in the attributes dialog.
Version 3.4.1 (2011-03-24)
Added significantly improved list handling via the new 'lists' plugin.
Added 'autolink' plugin to enable automatically linking URLs. Similar to
the behavior IE has by default.
Added 'theme_advanced_show_current_color' setting to enable the forecolo
r and backcolor buttons to continuously show the current text color.
Added 'contextmenu_never_use_native' setting to disable the ctrl-right-c
lick showing the native browser context menu behaviour.
Added 'paste_enable_default_filters' setting to enable the default paste
filters to be disabled.
Fixed bug where selection locations on undo/redo didn't work correctly o
n specific contents.
Fixed bug where an exception would be trown on IE when loading TinyMCE i
nside an iframe.
Fixed bug where some ascii numeric entities wasn't properly decoded.
Fixed bug where some non western language codes wasn't properly decoded/
encoded.
Fixed bug where undo levels wasn't created when deleting contents on IE.
Fixed bug where the initial undo levels bookmark wasn't updated correctl
y.
Fixed bug where search/replace wouldn't be scoped to editor instances on
IE8.
Fixed bug where IE9 would produce two br elements after block elements w
hen pasting.
Fixed bug where IE would place the caret at an incorrect position after
a paste operation.
Fixed bug where a paste operation using the keyboard would add an extra
undo level.
Fixed bug where some attributes/elements wasn't correctly filtered when
invalid contents was inserted.
Fixed bug where the table plugin couldn't correctly handle invalid table
structures.
Fixed bug where charset and title of the page were handled incorrectly b
y the fullpage plugin.
Fixed bug where toggle states on some of the list boxes didn't update co
rrectly.
Fixed bug where sub/sub wouldn't work correctly when done as a caret act

ion in Chrome 10.


Fixed bug where the constrain proportions checkbox wouldn't work in the
media plugin.
Fixed bug where block elements containing trailing br elements wouldn't
treated properly if they where invalid.
Fixed bug where the color picker dialog wouldn't be rendered correctly w
hen using the o2k7 theme.
Fixed bug where setting border=0 using advimage plugin invalid style att
ribute content was created in Chrome.
Fixed bug with references to non-existing images in css of fullpage plug
in.
Fixed bug where item could be unselected in spellchecker's language sele
ctor.
Fixed bug where some mispelled words could be not highlighted using spel
lchecker plugin.
Fixed bug where spellchecking would merge some words on IE.
Fixed bug where spellchecker context menu was not always positioned corr
ectly.
Fixed bug with empty anchors list in advlink popup when Invisible Elemen
ts feature was disabled.
Fixed bug where older IE versions wouldn't properly handle some elements
if they where placed at the top of editor contents.
Fixed bug where selecting the whole table would enable table tools for c
ells and rows.
Fixed bug where it wasn't possible to replace selected contents on IE wh
en pasting using the paste plugin.
Fixed bug where setting text color in fullpage plugin doesn't work.
Fixed bug where the state of checkboxes in media plugin wouldn't be set
correctly.
Fixed bug where black spade suit character was not included in special c
haracter selector.
Fixed bug where setting invalid values for table cell size would throw a
n error in IE.
Fixed bug where spellchecking would remove whitespace characters from PR
E block in IE.
Fixed bug where HR was inserted inside P elements instead of splitting t
hem.
Fixed bug where extra, empty span tags were added when using a format wi
th both selector and inline modes.
Fixed bug where bullet lists weren't always detected correctly.
Fixed bug where deleting some paragraphs on IE would cause an exception.
Fixed bug where the json encoder logic wouldn't properly encode \ charac
ters.
Fixed bug where the onChange event would be fired when the editor was fi
rst initialized.
Fixed bug where mceSelected wouldn't be removed properly from output eve
n if it's an internal class.
Fixed issue with table background colors not being transparent. This imp
roves compliance with users browser color preferences.
Fixed issue where styles were not included when using the full page plug
in.
Fixed issue where drag/drop operations wasn't properly added to the undo
levels.
Fixed issue where colors wasn't correctly applied to elements with under
line decoration.
Fixed issue where deleting some paragraphs on IE would cause an exceptio
n.
Version 3.4 (2011-03-10)
Added accessibility example with various accessibility options contribut
ed by Ephox.

Fixed bug where attributes wasn't properly handled in the xhtmlxtras plu
gin.
Fixed bug where the image.htm had some strange td artifacts probably due
to auto merging.
Fixed bug where the ToolbarGroup had an missing reference to this in it'
s destroy method.
Fixed bug with the resizeBy function in the advanced theme where it was
scaled by the wrong parent.
Fixed bug where an exception would be thrown by the element if the page
was served in xhtml mode.
Fixed bug where mceInsertContent would throw an exception when page was
served in xhtml mode.
Fixed bug where you couldn't select a forground/background color when pa
ge was served in xhtml mode.
Fixed bug where the editor would scroll to the toolbar when clicked due
to a call to focus in ListBox.
Fixed bug where pages with rtl dir wouldn't render split buttons correct
ly when using the o2k7 theme.
Fixed bug where anchor elements with names wasn't properly collapsed as
they where in 3.3.x.
Fixed bug where WebKit wouldn't properly handle image selection if it wa
s done left to right.
Fixed bug where the formatter would align images when the selection rang
e was collapsed.
Fixed bug where the image button would be active when the selection rang
e was collapsed.
Fixed bug where the element_format option wasn't used by the new (X)HTML
serializer logic.
Fixed bug where the table cell/row dialogs would produce empty attribute
s.
Fixed bug where the tfoot wouldn't be added to the top of the table.
Fixed bug where the formatter would merge siblings with white space betw
een them.
Fixed bug where pasting headers and paragraphs would produce an extra pa
ragraph.
Fixed bug where the ColorSplitButton would throw an exception if you cli
cked out side a color.
Fixed bug where IE9 wouldn't properly produce new paragraphs on enter if
the current paragraph had formatting.
Fixed bug where multiple BR elements at end of block elements where remo
ved.
Fixed bug where fullscreen plugin wouldn't correctly display the edit ar
ea on IE6 for long pages.
Fixed bug where paste plugin wouldn't properly encode raw entities when
pasting in plain text mode.
Fixed bug where the search/replace plugin wouldn't work correctly on IE
9.
Fixed so the drop menus doesn't get an outline border visible when focus
ed, patch contributed by Ephox.
Fixed so the values entered in the color picker are forced to hex values
.
Removed dialog workaround for IE 9 beta since the RC is now out and peop
le should upgrade.
Removed obsolete calls in various plugins to the mceBeginUndoLevel comma
nd.

Das könnte Ihnen auch gefallen