Ticket #4553: checkDirty.patch.txt

File checkDirty.patch.txt, 553 bytes (added by markuspaek, 15 years ago)
Line 
1--- 3.0.1/_source/plugins/wysiwygarea/plugin.js.ORG     2009-11-03 09:41:59.000000000 +0900
2+++ 3.0.1/_source/plugins/wysiwygarea/plugin.js 2009-11-03 09:39:16.000000000 +0900
3@@ -433,6 +433,7 @@
4                                                                                && ( 'BR' == first.tagName )
5                                                                                && first.hasAttribute( '_moz_editor_bogus_node' ) )
6                                                                        {
7+                                                                               restoreDirty( editor );
8                                                                                var keyEventSimulate = domDocument.$.createEvent( "KeyEvents" );
9                                                                                keyEventSimulate.initKeyEvent( 'keypress', true, true, domWindow.$, false,
10                                                                                        false, false, false, 0, 32 );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy