Bug 254958 - Display corruption with iframe
Summary: Display corruption with iframe
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: messageviewer (show other bugs)
Version: 1.13.5
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 14:22 UTC by antoine
Modified: 2011-12-04 19:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of the problem (249.32 KB, image/png)
2010-10-22 14:22 UTC, antoine
Details
Mail of screenshot (2.38 KB, text/plain)
2010-10-25 12:00 UTC, antoine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antoine 2010-10-22 14:22:58 UTC
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.
Comment 1 Laurent Montel 2010-10-25 11:22:27 UTC
Do you have an example of mail with iframe ?
Comment 2 antoine 2010-10-25 12:00:53 UTC
Created attachment 52850 [details]
Mail of screenshot

Source code of the mail screenshot
Comment 3 antoine 2010-10-25 12:02:30 UTC
I added the source code of the mail. It's a mail created with rss2imap.
Comment 4 Torgny Nyblom 2010-10-28 10:18:23 UTC
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.
Comment 5 Torgny Nyblom 2011-12-04 19:28:42 UTC
Closing as the mail states that the iframe should be displayed where it is.