Opened 15 years ago
Last modified 14 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
- ckeditor_basic_source.js loads ckeditor.js instead of source files.
- CKEDITOR.status == 'basic_ready' after loading of editor when ckeditor_source.js is used.

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.