[Webkit-unassigned] [Bug 131165] New: CSS height: 100%; not being calculated properly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 3 09:07:43 PDT 2014


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

           Summary: CSS height: 100%; not being calculated properly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://emberjs.jsbin.com/nosap/1
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugs.webkit.org at nathanhammond.com


Steps to reproduce the problem:
Reduced test case: http://emberjs.jsbin.com/nosap/1

Note that the height of the page is 40px taller than the screen.

What is the expected behavior?
`main > *` should be set to height 100% of their parent container.

What went wrong?
`main > *` is set to the height of `.application` (two levels up) or maybe the body..

Did this work before? N/A 

Notes:
- Firefox renders this correctly.
- Also reported to chromium/blink: https://code.google.com/p/chromium/issues/detail?id=359612, this is a before-the-fork issue.

-- 
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