Opened 13 years ago

Last modified 13 years ago

#7406 confirmed Bug

Problems with _source files

Reported by: Karen Ananiev Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

  1. ckeditor_basic_source.js loads ckeditor.js instead of source files.
  2. CKEDITOR.status == 'basic_ready' after loading of editor when ckeditor_source.js is used.

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0
  1. Confirmed - ckeditor_basic_source.js loads ckeditor.js instead of ckeditor_source.js (checked with firebug, dragonfly ...).
    1. When using ckeditor_source.js or ckeditor.js, the status is always 'basic_ready'. I have used the below code to test it:
      setTimeout(function(){alert(CKEDITOR.status);},8000);
      

for ckeditor_basic_source.js and ckeditor_basic.js status is 'loaded' - read correct.

It looks like it has always worked that way.

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