Opened 9 years ago

Closed 9 years ago

#14456 closed Bug (invalid)

Source download is missing dialogCommand

Reported by: Sergiy Kuzmenko Owned by:
Priority: Normal Milestone:
Component: Project : CKBuilder Version:
Keywords: Cc:

Description

Steps to reproduce

  1. Go to http://ckeditor.com/builder/8113734128b5f12afd08bfc5d12ce228
  2. Download source (big n'slow) and unzip
  3. Open ckeditor.js and search for dialogCommand. Not found. With big n'slow build I won't be able to call CKEDITOR.dialogCommand.

Repeat the above but download optimized build. dialogCommand is in ckeditor.js.

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.5.7

You will find dialogCommand in ckeditor/plugins/dialog/plugin.js. When you build compressed version most of the plugins are added to ckeditor.js. This doesn't happen in source version.

NOTE: dialogs work with that custom build (even source).

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