can3p (can3p) wrote in changelog,
can3p
can3p
changelog

[livejournal] r19826: LJSV-1731: Backspace doesn't work as exp...

Committer: dpetrov
LJSV-1731: Backspace doesn't work as expected in new RTE
U   trunk/htdocs/js/rte.js
Modified: trunk/htdocs/js/rte.js
===================================================================
--- trunk/htdocs/js/rte.js	2011-08-25 02:50:50 UTC (rev 19825)
+++ trunk/htdocs/js/rte.js	2011-08-25 03:26:37 UTC (rev 19826)
@@ -26,6 +26,7 @@
 		if (draftData.ask && draftData.restoreData) {
 			if (confirm(draftData.confirmMsg)) {
 				draftData.lastValue = draftData.restoreData;
+				draftData.textArea.val(draftData.lastValue);
 				draftData.statusNode.val(draftData.draftStatus);
 			}
 		} else {

Tags: can3p, js, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments