CKEditor for ASP.NET Changelog
CKEditor for ASP.NET 3.6.2 (SVN)
New features:
- #7850 : CKEditor now fires the
OnTextChanged
event.
- #7851 :
AutoPostBack
property is now available.
Fixed issues:
- #8154 : Configuration is not preserved when set by code. Moved scripts registration from
OnLoad
to OnPreRender
.
- #8089 : Editor disappears on Ajax postback.
- #8005 : Editor not displayed after a postback in a Dynamic Data site.
- #8381 :
RequiredFieldValidator
returns wrong result on a first submit.
CKEditor for ASP.NET 3.6.1
Updated CKEditor to 3.6.1.
CKEditor for ASP.NET 3.5.3
Fixed issues:
- #7283 : Text entered in the editor is not HTML-encoded.
- #7285 : Certain configuration options are not properly escaped.
- #7558 : Custom toolbar does not work.
- #7660 : Problem with toggling the visible status.
- #7659 : Plain textarea is shown when toggling CKEditor.
- #7302 : It is impossible to customize the editor inside a master page and if attributes are placed in front of the control ID.
- #7590 : Error in Visual Studio when trying to reset values in the Properties window.
- #7292 : Error: "e is null" when CKEditor is running inside the MultiView control.
- #7328 : Use
HttpUtility.HtmlDecode
to decode entities.
- #7695 : CKEditor was producing double slashes in URLs when BasePath contained a slash character at the end, which could lead to various issues.
CKEditor for ASP.NET 3.5.2
The first official release of the CKEditor ASP.NET Control. Changelog starts at this release.
Fixed issues:
- #7276 : CKEditor for ASP.NET does not work in medium trust.