Changeset 5229
- Timestamp:
- 03/08/10 18:07:37 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/wysiwygarea/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5228 r5229 59 59 <li><a href="http://dev.fckeditor.net/ticket/5124">#5124</a> : All inline styles cannot be set separately for empty spaces.</li> 60 60 <li><a href="http://dev.fckeditor.net/ticket/3570">#3570</a> : SCAYT marker should not appear in elementspath bar.</li> 61 <li><a href="http://dev.fckeditor.net/ticket/4553">#4553</a> : Dirty check result incorrect when editor document is empty.</li> 61 62 </ul> 62 63 <h3> -
CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
r5206 r5229 426 426 && first.hasAttribute( '_moz_editor_bogus_node' ) ) 427 427 { 428 restoreDirty( editor ); 428 429 var keyEventSimulate = domDocument.$.createEvent( "KeyEvents" ); 429 430 keyEventSimulate.initKeyEvent( 'keypress', true, true, domWindow.$, false,
Note: See TracChangeset
for help on using the changeset viewer.
