EditLive! for IWWCM 3.1.0.11

August 31st, 2007

Includes EditLive! version 6.2.7.22.

New Features

  • Inline Editing support is now turned on for ILWCM version 5.1.0.1
  • New option in build.properties to hide the sort option, forcing all dialogs to “no sorting”
  • Improved startup time with site styles enabled

Bug Fixes

  • Image and Hyperlink dialogs are now much faster and use less memory on the server if “no sorting” is selected.

EditLive! 6.2.6.62

August 24th, 2007

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

Bug Fixes

  • Using the Insert Table menu command opened the dialog twice
  • Setting the editor body with LiveConnect before the editor loads did not work.
  • Dragging selected table cells corrupting document structure
  • Calls to Javascript from the editor occasionally not working for Firefox on Windows machines.
  • Resizing a table column to the right expanding the overall size of the table
  • Run-time methods for the EditLive! applet running before the editor has completed loading.
  • Selecting cells, rows or tables using the element selection model caused the cell, row, column and table properties dialogs to behave incorrectly
  • Possible infinite loop while retrieving content from code view

EditLive! for IWWCM Domino Edition 2.0.5.0

August 14th, 2007

New Features

EditLive! for IWWCM 6.0+ 3.1.3.1

August 13th, 2007

New Features

EditLive! 6.2.5.41

August 13th, 2007

New Features

  • Spell checking dialog is now enabled in code view. Note that HTML tags are skipped, so inline tags cause partial words to be marked as incorrect.
  • Added ELJBean.setSettingsDirectory to allow developers to control where the EditLive! Swing SDK stores user preferences, spelling and thesaurus jars.
  • When using InsertHTMLAtCursor in code view, including the string ##ephoxcursor## in the HTML will place the cursor at that position after insert. Note that this does not work in design view.

Bug Fixes

  • Context menu did not show unless the editor had focus before right clicking
  • Right click select->content throws an exception when editor first loads up
  • Exception thrown when a large number is entered as the starting value for an ordered list
  • Exception thrown when a large number is entered as the table border width
  • GetCharCount method does not include spaces in returned count.
  • Inline Editing not working in a document where the last element is a script tag
  • File URL’s with only two slashes (e.g. file://C:/file.txt) causing editor to incorrectly access file via FTP

EditLive! for IWWCM 6.0+ 3.1.3.0

August 6th, 2007

Includes EditLive! version 6.2.4.147.

EditLive! 6.2.4.147

August 6th, 2007

New Features

  • new ELJBean.getScrollPane() method to give developers access to the viewable area of the editor. Note that this will return a different JScrollPane object when the editor is in code view.
  • Added ELJBean.setRegistryLocation to allow developers to control where the EditLive! Swing SDK stores user preferences.
  • Added ELJBean.enableDebugLogging to simplify creating debug logs with the Swing SDK.

Bug Fixes

  • Stability improvements when loading the toolbar
  • Updated all sample configuration files to mirror the smaller relative font mapping introduced in EditLive! 6.1
  • When loading EditLive! without java installed, JRE 6u2 is now installed
  • Inline Editing no longer crashes Internet Explorer when turned on inside a form
  • Ensured that document cookies are always passed through to EditLive (values can be replaced or added to by calling setCookie).
  • When passing a relative URL in the ephoxQuickStart() function, JRE 1.5 would log an exception to the console and not preload the jar file
  • Broken images were displaying as an empty box in Java 1.6
  • When resized, broken images displayed the pending image icon
  • List bullets and numbers are now rendered on the right when the document is rendering Right-To-Left
  • Exception logged at debug level when opening the Insert Image dialog at the default size
  • Stopped “This page contains both secure and nonsecure items.” dialog appearing when applet is served from a secure server
  • “Unable to load image” error message displayed when WebDAV folder was clicked
  • Legacy <commandToolbar> and <formatToolbar> configuration file elements were not loaded correctly
  • Stopped inserting an empty paragraph between adjacent address tags
  • In FireFox, calling an applet function from the OnInitComplete or Preload events resulted in a browser deadlock
  • Headings were rendering one relative size too small
  • When there is a heading in a list item, the list bullet point or number now renders in the correct position