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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 16:43:03 PDT 2011


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


Adam M-W <adman.com at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adman.com at gmail.com




--- Comment #5 from Adam M-W <adman.com at gmail.com>  2011-06-20 16:43:03 PST ---
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.

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