Opened 16 years ago
Closed 16 years ago
#5347 closed Bug (duplicate)
Plugin: iframe issue in IE8
| Reported by: | Robert Xee | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Floating Panel | Version: | 3.1.1 |
| Keywords: | Cc: |
Description
When adding a plugin like this (with fixed height):
CKEDITOR.plugins.add('uploader',{
requires: ['iframedialog'],
init:function(a){
CKEDITOR.dialog.addIframe('upload_dialog', 'File Uploader','classes/uploaders/fck_bestand.php',550,400,function(){/*oniframeload*/})
var cmd = a.addCommand('uploader', {exec:uploader_onclick})
cmd.modes={wysiwyg:1,source:1}
cmd.canUndo=false
a.ui.addButton('uploader',{ label:'Upload a File..', command:'uploader', icon:this.path+'images/icon.png' })
}
})
The iframe's height is not correct in IE8 (screenshot).
Attachments (1)
Change History (2)
Changed 16 years ago by
| Attachment: | Naamloos.jpg added |
|---|
comment:1 Changed 16 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |

DUP of #4863