The latest release of EditLive! is always available at
http://www.ephox.com/products/editlive/download.html.
Please Note
- Content Preservation has been disabled by default in preparation for possible removal with the release of AutoSave in 7.0. It can be re-enabled by passing true to the show() method.
New Features
- New Javascript API methods
- OpenEditableSection
- CloseActiveEditableSection
- RemoveEditableSection
- setCloseOnFocusLost
- CloseOnFocusLost is available via the EditLive! ASP.NET controls
- Class property is available to add CSS class styling to Inline Editing sections in ASP.NET controls
- ACRONYM and ABBR tags no longer render as yellow boxes. They are now treated like span tags and render as plain text unless extra CSS is applied.
Bug Fixes
- EditLive! no longer collapses paragraph tags unless user action results in a single paragraph within a Section or Table Cell.
For example <div><p>text</p></div>to <div>text</div>.
- setDownloadURL was not working correctly in Safari, when the URL contained spaces
- Inline toolbars were appearing briefly when editor loaded
- Dictionaries and Thesaurus are now included with the update zip file
- SetBody run-time method was not working for Inline Editing implementations of the applet
- Remove formatting did not remove HTML small tags
- List images are no longer downloaded when list-style-type is none
- Continuous spaces were collpased into one space while pasting plain text
- Whitespace added to remove elements in Track Changes markup caused the editor to report the Track Changes markup was invalid
- Removing the entire document with Track Changes turned on caused an infinite loop
- Extra change elements were not removed from the document when no Track Changes XML was present
- Undefined variable in DotNet control caused JS errors
- SDK documentation did not state that setting <mathml defaultFormat=’gif’ /> in the configuration file is limited to JRE 1.6
- Java sometimes hangs when using JAWS with the Java Access Bridge.
- Added a configuration option <wysiwygEditor useNameInBookmarks=’true’ /> to include the name attribute for insering bookmarks
- Changing Enabled property in ASP.NET Editable Sections controls had no effect
- MathML tags in headings split the heading into two lines
- Insert Table Dialog had an incorrect component focus order
- Inserting a <br> by pressing Shift-Enter did not move the caret to the next line
- Pressing ‘left’ to navigate from the start of a line to the end of the previous did not work if the lines were separated by a <br>