Opened 14 years ago

Closed 14 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)

Naamloos.jpg (30.8 KB) - added by Robert Xee 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Robert Xee

Attachment: Naamloos.jpg added

comment:1 Changed 14 years ago by Minh Nguyen

Resolution: duplicate
Status: newclosed

DUP of #4863

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