Opened 12 years ago

Closed 12 years ago

#9131 closed Bug (fixed)

Plugins missing dependencies

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.4
Component: General Version:
Keywords: Cc:

Description

Some plugin dependencies are missing right now in v3.

Change History (2)

comment:1 Changed 12 years ago by Garry Yao

Owner: set to Garry Yao
Status: newassigned

Let's take this chance to fix the plugin dependency issues, I manage to comparing it with v4 with JSON diff on the following dump:

var editor = CKEDITOR.instances.editor1;
var plgs = editor.plugins, map = {};
for ( var name in plgs ) {
	map[ name ] = plgs[ name ].requires || []
}
console.log( JSON.stringify( map ) );

comment:2 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [7561].

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