#2799: V3: The skin file make specific dialog stuff by using the global
CKEDITOR.dialog
-----------------------+----------------------------------------------------
 Reporter:  fredck     |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  High       |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 Into the default skin.js file, we can find references to
 CKEDITOR.dialog.setMargins and CKEDITOR.dialog.on( 'resize' ). This is
 bad, because it assumes that all editor instances are using a single skin,
 which is false.

 All settings must go inside each single editor instance. Also, events like
 "resize" should be fired by each instance. The event could be named
 "dialogResize", for example.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2799>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to