[Webkit-unassigned] [Bug 75691] New: Height property is ignored for html5 iFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 02:19:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75691

           Summary: Height property is ignored for html5 iFrame
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mbudaes at adobe.com
                CC: WebkitBugTracker at adobe.com


Created an attachment (id=121412)
 --> (https://bugs.webkit.org/attachment.cgi?id=121412&action=review)
Screenshot with iFrame rendering in WebKit vs. Safari

I have the following html code which displays an iFrame:
<!DOCTYPE html>
<html>
    <head>
        <title></title>
    </head>
    <body> 
        <iframe src="http://www.webkit.org/" style="height:100%; width:100%"></iframe>
    </body>
</html>

Even thought the iFrame style property "height" is 100%, the actual height of the iFrame is smaller than the height of the page(Image attached).

This is an issue on the latest WebKit nightly build(r104196)on Windows and MAC.    
This is an issue in the latest Chrome too(16.0.912.75 m).
This is not an issue in the latest Safari 5.1.2(7534.52.7).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list