Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
We use GitHub as a source repository for TinyMCE, if you wish to contribute, go to GitHub and fork the project then send a pull request when you have fixed it.
| Fixed so any potential caret container clone isn't unmarked. | 2012-05-11 14:42:56 |
m jscripts/tiny_mce/classes/Formatter.js |
|
| Removed a test from non IE browsers. | 2012-05-11 14:37:49 |
m tests/tinymce.dom.Range.html |
|
| Fix for bug regarding the removal of caret formatted nodes. | 2012-05-11 14:37:28 |
m jscripts/tiny_mce/classes/Formatter.js |
|
| Added changelog item about a fix for the autolink plugin since the toString wasn't implemented on the fake IE Range. | 2012-05-11 13:59:28 |
m changelog.txt |
|
| Implemented toString to tinymce.dom.Range and fixed some issues with the unit test for it having duplicate id:s. | 2012-05-11 13:58:54 |
m jscripts/tiny_mce/classes/dom/Range.js |
|
| Updated changelog.txt. | 2012-05-10 16:19:15 |
m changelog.txt |
|
| Fixed bug where the autolink plugin would produce an error on older IE versions when pressing enter. | 2012-05-09 13:20:41 |
m changelog.txt |
|
| Fixed issue where old IE versions could throw errors while initializing. | 2012-05-08 14:36:34 |
m jscripts/tiny_mce/classes/ForceBlocks.js |
|
| Fixed bug where the autolink plugin would include trailing dots in domain names in the link creation. | 2012-05-04 17:30:29 |
m changelog.txt |
|
| Fixed bug where selection normalization logic would break the selections of parent elements using the element path. | 2012-05-04 10:35:36 |
m changelog.txt |
|
| Updated release date. | 2012-05-03 13:55:01 |
m changelog.txt |
|
| Fixed issue when the caret was placed at the end of a text node in body. | 2012-05-02 17:25:11 |
m jscripts/tiny_mce/classes/util/Quirks.js |
|
| Fixed issue where FF could sometimes produce an error when the selection object wasn't initialized. | 2012-05-02 17:24:43 |
m jscripts/tiny_mce/classes/dom/Selection.js |
|
| Fixed bug where IE might loop forever when wrapping root nodes. | 2012-05-02 17:24:14 |
m jscripts/tiny_mce/classes/ForceBlocks.js |
|
| Fixed IE test case issue where it would reinit the editor instance without removing it first. | 2012-05-02 17:17:51 |
m tests/media.html |
|
| Added ignore for white since it's the default background. | 2012-05-02 16:33:05 |
m jscripts/tiny_mce/themes/advanced/editor_template_src.js |
|
| Fixed so background color in style preview gets computed from body element if the current style element is transparent. | 2012-05-02 16:25:27 |
m changelog.txt |
|
| Fixed bug where delete/backspace could remove contents of noneditable elements. | 2012-05-02 16:12:09 |
m changelog.txt |
|
| Fixed so prevent default state is correctly handled on key events in Quirks.js. | 2012-05-02 15:05:16 |
m jscripts/tiny_mce/classes/util/Quirks.js |
|
| Updated changelog and removed unreleased version details. | 2012-05-02 13:16:51 |
m changelog.txt |
|