Bug 106174 - Flattened frames should probably respect padding when calculating their size.
Summary: Flattened frames should probably respect padding when calculating their size.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 04:42 PST by Mike West
Modified: 2013-02-07 11:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2013-01-05 04:42:31 PST
RenderFrameBase::layoutWithFlattening doesn't currently handle padding placed on the IFrame element. This is similar to the issues covered in https://bugs.webkit.org/show_bug.cgi?id=106167 and https://bugs.webkit.org/show_bug.cgi?id=90827 for seamless IFrames.

I don't know enough about flattened frames to know whether they _should_ respect padding, but it seems reasonable. WDYT, Eric?
Comment 1 Eric Seidel (no email) 2013-01-05 11:07:44 PST
I believe they should. I dont remember who the original author of flattening was  maybe Antti?
Comment 2 Mike West 2013-02-07 11:00:56 PST
Unassigning myself; let's be realistic about what I'm actually working on. :/