When I make an iframe dialog, the dialog gets the right size. However the iframe inside it, only uses the full width, not the full height. Does anyone know how to solve this?
Code used:
CKEDITOR.dialog.addIframe('page_browser_dialog', 'Page browser','url here',750,480,function(){/*oniframeload*/})
Problem occurs in:
Firefox
Code used:
CKEDITOR.dialog.addIframe('page_browser_dialog', 'Page browser','url here',750,480,function(){/*oniframeload*/})
Problem occurs in:
Firefox
Re: Iframe dialog height of iframe
I'm getting the same problem here. Did you find any solution for it?
Best regards,
Marcelo from Brazil.
Re: Iframe dialog height of iframe
Hi folks, the fact is that most browsers doesn't render percentage-based height on iframe well, so I would provide a temporary workaround here, I could it helps:
Re: Iframe dialog height of iframe
I've not tried your solution yet, but I'll do it as soon as possible.
For now, I simply changed the theme from Kama to V2, which does not implement a iframe with "height:100%"
Best regards,
Marcelo from Brazil.
Re: Iframe dialog height of iframe
Re: Iframe dialog height of iframe
This is working in IE8 and FF3.6. I haven't tried other browsers yet. Still at the beginning of my evaluation of CKEditor before we purchase a license.
just add the function as the last parameter (or the line of code if you are already using the function)