File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CKEditor 4 Changelog
6
6
* [ #5189 ] ( http://dev.ckeditor.com/ticket/5189 ) : Find/Replace dialog: rename button to "Close".
7
7
* [ #10562 ] ( http://dev.ckeditor.com/ticket/10562 ) : [ Housekeeping] CSS gradient filters in Moono.
8
8
* [ #10537 ] ( http://dev.ckeditor.com/ticket/10537 ) : ACF should register default rule for ` config.shiftEnterMode ` .
9
+ * [ #10610 ] ( http://dev.ckeditor.com/ticket/10610 ) : CKEDITOR.dialog.addIframe will not fill the dialog with the iframe.
9
10
10
11
## CKEditor 4.1.2
11
12
Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ CKEDITOR.plugins.add( 'iframedialog', {
77
77
id : 'iframe' ,
78
78
label : title ,
79
79
expand : true ,
80
- elements : [ element ]
80
+ elements : [ element ] ,
81
+ style : 'width:' + element . width + ';height:' + element . height
81
82
}
82
83
]
83
84
} ;
You can’t perform that action at this time.
0 commit comments