Version 5.3.0.1

Compare
Released on Jul 23, 2013, Solved many bugs and added some features. A WPF sample has been provided in the Samples folder.
Implemented Features
  • Need a Boolean property to control, if the text should be left selected after font name , font size is changed (on a selected portion of the text)
  • Need a method that will return the Document Content as an XML string.
  • BodyClass property is needed same like BodyStyle
  • Added properties for overriding DOCTYPE values.
  • Added 2 properties for getting VerticalScrollPosition and HorizontalScrollPosition
  • Added a new method in StateQueryService, public HtmlElement GetElementFromPoint(Point pt)
  • Option added for using Curly Underline for Misspelled words.
  • Spell checker now allows the user to change the misspelled word right from the Spell Checker Dialog as an additional option to the suggested word choosing.
  • Table and Table Cell Dialogs need Extreme Improvement
  • Allow developers to choose the UserDictionaryFilePath for Spell checker. Before this feature, the User's dictionary was created in a fixed location which could be confusing for developers.
  • Alternative to the asynchronous FTP upload method, a Synchronous method has been added for FTP upload so that users can utilize their own way of Multithreaded programming, specially it will be helpful if the user wants to use .NET 4.5 Async feature.
  • Added a property named 'HeaderStyleContent' so that, the developers can directly edit the Style Content from the property browser where the style will be persisted in the html document's <head> section as <style>...</style>
Resolved Bugs
  • When using XHTML mode, the Bulleted List and Numbered List Html is getting mangled.
  • TAB button doesn't indent when an image is embedded in the editor
  • 2 way databinding does not work for the property 'BodyHTML'. But, 1 way databinding works for 'BodyHTML'. (even though, For DocumentHTML, 2 way databinding works)
  • Options.ConvertHyperlinkTargetstoBlankBeforePreview no longer works. That means, the user cannot get the Hyperlink open in a new Window in the Preview Mode.
  • If Hyperlink dialog is invoked without selecting any text and if no Inner Html value is provided in the dialog, then, it does not create any hyperlink.
  • Table properties : Custom colors that are defined while inserting table do not persist
  • Spell checker error : Sometimes, the 'com' part of an email address is caught as wrong spelling.
  • Table Properties are not maintained when trying to edit a complex table.
  • For some complex HTML layout, clicking various sections of the template caused the editor to jump to random areas unpredictably.
  • When editing, pressing the enter key results in firing the button which is assigned to the AcceptButton of the form.
  • If the control is instantiated programmatically (from code behind) instead form design time, RCW Exception occurs when closing the form.
  • In Table Properties, setting a border color seems to only apply to the outside border, not the border between cells.
  • Exception is thrown when Inline Spell Checker is on and trying to delete an image.
  • The method GetCaretIndexInHtml() is not calculating correctly.
  • For some cases, Delete key deletes more than expected text rather than selected text.
  • When the local images are uploaded to the remote server using FTP, the updated image source path contains mixture of forward and backward slash.
  • If there is no text selected and then if the Font Change drop down is used to change font where the cursor is placed at the beginning of a word then after the font change, a character gets deleted.
  • FTP Upload Completed Event does not fire after successful upload.
  • Paste from MS Word feature had a minor glitch which is fixed now.