EditLive! 6.3.4.223

The latest release of EditLive! is always available at
http://www.ephox.com/products/editlive/download.html.

Please Note

  • The license agreeement packaged with the SDK has been updated (license.txt)

New Features

  • It is now possible to specify multiple imageBrowser elements in the configuration file, and the image dialog loads each one as a separate button
  • The imageBrowser configuration file element now accepts a name attribute (sets the button text) as well as an imageURL attribute

Bug Fixes

  • Express Edit is supposed to always return the html body only. This wasn’t working for Firefox
  • Trial Days Remaining message had the top pixel cut off when using Java 1.4
  • Added documentation for hiding the “Places in Document” and “Email Address” sections of the hyperlink dialog
  • Added documentation for “openExternalLinks” attribute of wysiwygEditor tag in XML config
  • Altered timing of bean initialisation. This is now done on the LOADING_COMPLETE error handler. This allows the application to rely on bean.isInitFinished() to tell if loading is complete
  • “logicalEmphasis” setting in config file was only being applied during HTML tidying. It was being ignored (treated as “false”) during initial insert. This was causing a false-positive on the accessibility check
  • When using FireFox, the following actions did not restore focus to the editor:
    • Image Properties
    • Insert table
  • Exception when all sections are hidden on the “Insert Image” (server image) dialog. Now, a friendly message is displayed
  • Exception when a toolbar was missing the “name” attribute, or if its name was an empty string. Now, such toolbars are ignored, and an error is displayed in the Java console
  • Incorrect character encoding when inserting comments, via the custom tag editor
  • Potential loss of content when a JRE error occurs while submitting content from code view
  • Large custom dictionaries were only partially loaded
  • Images ignored width and height values specified in CSS
  • Hyperlink dialog was incorrect size, when some panels are disabled
  • Keyboard cut/copy/paste shortcuts were not firing the normal TextEvents. As such, these actions could not be caught via the Advanced API
  • Keyboard undo/redo shortcuts were not firing the normal TextEvents. As such, these actions could not be caught via the Advanced API
  • If you load ExpressEdit, then upgrade, insertHyperLinkAtCursor was causing a javascript error if you use single-quotes for the attribute values
  • LiveConnect was incorrectly enabled by default in the ASP integration
  • Highlighting an entire table and pressing delete twice caused an invalid caret state when the table contained TBODY tags
  • Potential source of memory leaks when using the applet in FireFox
  • Temporary files were often left behind by the applet on Windows
  • Improved performance with complex tables
  • Content posted from editor applet contains style information embedded in the HTML body
  • Altered instantiation code to be more compatible with XHTML
  • Crashing on Safari when switching to a different browser tab
  • Crash when calling UploadImages via LiveConnect
  • Custom tags specified in the configuration file double click handler were case sensitive
  • Custom inline views are no longer required to render inline empty elements (eg images)
  • When using Ephox CSS extensions to register inline tags with no label, navigating with the left or right arrow keys will no longer cause the cursor to get stuck for one character at the edge of the custom tag
  • Added missing “automatic plugin loader jsp example” from SDK
  • Switching the editable state of the JTextPane returned by ELJBean.getHTMLPane() will now act as a toggle for the readOnly option in both the bean and the applet, ensuring the correct toolbar buttons are disabled
  • The onInitComplete callback now works when using ExpressEdit. Note: this callback is called once the editor first loads on the page (be it ELJ or ExpressEdit). If you start with ExpressEdit, then “upgrade to the full editor”, it will not be called after the Java editor loads. This is deliberate.
  • Attempting to use the same class for multiple custom components the image dialog would only load one instance
  • Improved applet stability on startup by reducing the update speed of the loading screen animation
  • Custom Tags defined in external stylesheets were only registered when linked in the source content, not when linked in the XML Config
  • Large images now use less memory when loaded into the editor
  • Toolbar button sizes were incorrect on Windows when using the Classic theme, as well as on JRE 1.5.0_08 with the Windows XP theme.
  • A single BR in between two HR tags is now converted to a paragraph to solve issues with attempting to type between the HR tags

Comments are closed.