#3318: There should be some guarantee at plugin loading order
-----------------------+----------------------------------------------------
 Reporter:  martinkou  |       Owner:  martinkou     
     Type:  Bug        |      Status:  new           
 Priority:  Normal     |   Milestone:  CKEditor 3.0  
Component:  General    |     Version:  SVN (CKEditor)
 Keywords:  Oracle     |  
-----------------------+----------------------------------------------------
 The iframedialog plugin is now having to use onLoad to load its code
 because the plugin system is always loading iframedialog first, running
 iframedialog's init() first, and even running iframedialog's onLoad()
 first.

 So far we've been able to get iframedialog plugin to load correctly with
 the onLoad() hack. But if someone else's plugin needs the iframedialog
 plugin to be loaded before loading theirs, they'll have to find some even
 dirtier ways to do it. The requires array in plugin definition doesn't
 help here.

 This situation is clearly not sustainable. We'll need to find some way of
 guaranteeing the loading order of plugins based on their dependencies. If
 that's not possible, we should at least guarantee the calling order of
 some of their initialization functions.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3318>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to