#1910 closed defect (fixed)
richText.close( false ) doesn't restore old HTML
Reported by: | ornus | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | richtext | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
richText.close( true )
saves edited HTML in place of richText
.
richText.close( false )
used to restore old HTML, but it doesn't do it anymore. editor is removed from the page, but no HTML is put back in place of it.
to reproduce this problem open "testswidget reeV3editor.html" in IE. click on "edit" button and press ESC. the node becomes blank because RichText? doesn't put original HTML back on the page.
Note: See
TracTickets for help on using
tickets.
(In [6571]) fixes #1910: richText.close( false ) doesn't restore old HTML