TinyMCE: HTML view and insert link window too big

Permalink
Hi all!

Thank you very much in advance for the help.
The easiest way to explain my problem is the following image:

<a href="http://www.tourvista.co.uk/rafa/tinymce_bug.png" target="_blank">image</a>

When I'm in the editor and I click on the 'html view' or 'insert link' the pop up window is massive.
as you can see in the inspector panel underneath, the problem is the element style (width:1484px height: 1323px !!!)

Anyone has experienced this problem as well?
I really appreciate it if anyone can bring some light to solve this problem.

Cheers!

RafaelGP
 
RafaelGP replied on at Permalink Best Answer Reply
RafaelGP
Oh this is so typical!

I figured out what was wrong 10 seconds after asking.
I had

iframe { display: none; }

in my css.

Removing that solved the problem.
Well, at least this will help others in the future.

Cheers!