Version History

WPF HTML Editor Control release history.

Version 3.3.3

Released Jul 13, 2026 - Version 3.3.3 preserves quoted HTML attributes, reports rejected body styles, and prevents default font settings from inserting empty font spans.

Bug fixes

  • Attribute values lost their double quotes on every WYSIWYG round trip (id="child" came back as id=child)
  • Setting DefaultFontSizeInPt or DefaultFontFamily ran the toolbar formatting command and injected empty font SPANs into the document
  • SetBodyStyle silently discarded any style declaration the browser engine rejected, with no error to the caller