Created attachment 52760 [details] Screenshot of the problem Version: 1.13.5 (using KDE 4.5.2) OS: Linux When a mail have a html iframe, the display is corrupted : a part of the iframe is displayed in the top left of window. Reproducible: Always Steps to Reproduce: Open and load a html mail with iframe.
Do you have an example of mail with iframe ?
Created attachment 52850 [details] Mail of screenshot Source code of the mail screenshot
I added the source code of the mail. It's a mail created with rss2imap.
iframe { position: fixed; top: 0; right: 0; bottom: 0; left: 0; border: none; } This is the error. I'm not sure if it is supposed to possible to specify a fixed position that is outside the parent div, but still it seems silly to specify this kind position.
Closing as the mail states that the iframe should be displayed where it is.