Opened 10 years ago

Last modified 8 years ago

#11990 closed Bug

Codesnippet checkDirty is true after modify code and then rollback — at Initial Version

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.1
Keywords: Cc:

Description

  1. Open code snippet sample with following code i.e. you must modify sample source.
    <pre>
    <code class="language-javascript">a;
    </code></pre>
    
    
    <pre>
    <code class="language-sql">a;
    </code></pre>
    
  2. Double click on first codesnippet widget, to open dialog.
  3. Remove ; and apply.
  4. Open codesnippet dialog again and rollback changes. Add ; sign where it was.
  5. Apply changes.

Actual result: Calling method CKEDITOR.instances.editor1.getSnapshot(); return false

Please note: This happend only when there are two codesnippet widgets.

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy