[Webkit-unassigned] [Bug 62769] REGRESSION (r88913): <object> has wrong computed height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 13:06:10 PDT 2011


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





--- Comment #7 from Nikolas Zimmermann <zimmermann at kde.org>  2011-06-21 13:06:09 PST ---
(In reply to comment #5)
> Hi,
> Looking at the test with Chrome's Developer Tools, object is actually 100% of the height of it's parent tag, body. I'm not sure, but isn't this the expected behaviour? body defaults to auto height, which is computed to be about 155px.
> A quick fix is either to:
> 1. Use position:absolute to force to be 100% of window height, not body height
> 2. Use height:100% on html,body
> in the actual html file rather than depending that body will always be the size of the window.

We should compare our behaviour for that testcase with other browsers.
Did anyone look at IE9/Opera/FF and whether they pass the testcase?

As I said before, the 100% -> 150px is correct here, according to CSS 2.1.

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