Saturday 27th May, 2017
Editor 1.6.3 release notes
Editor 1.6.3 is purely a bug fix release that addresses issues found since 1.6.2. No new features, but it is a recommended upgrade for everyone using Editor.
Downloads
Downloads of specific versions of Editor are only available to license holders. Please see the download page for information about the current release version.
Release notes
Fixes
- Javascript
ajax
when used as an object for REST didn't provide an option for file upload.postSubmit
could be triggered with incorrect parameters when an error state was returned from the server in response to the Editor Ajax request.- Memory leak if
preOpen
was cancelled when used withinline()
orbubble()
due to an event listener not being correctly removed. - Correct sequence of events in
bubble()
-preOpen
should be called after the form options have been applied allowing them to be overridden. - Providing a
success
function forajax
as an object would result in a Javascript error. - Fix Sizzle syntax error that was being thrown if a custom id source is used and the format of it doesn't match what Sizzle allows as a DOM id
- Multi-edit apis might not always detect a multi row edit
- PHP
- Improved compatibility with old PHP 5.3.x releases when an SQL exception occurs
- .NET
- A couple of methods had missing return documentation statements
- Options were not being correctly populated when the table was loaded for joined tables.
- Documentation
- Typo in standalone collection example
- Syntax error in an example for
buttons()