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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 07:17:52 PDT 2011


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


Julien Wajsberg <felash at gmail.com> changed:

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




--- Comment #11 from Julien Wajsberg <felash at gmail.com>  2011-07-07 07:17:52 PST ---
For the IFrame problem, I can tell it gets the wrong computed height even if its parent is not body.

In the aforementioned testcase (http://beta.everlong.org/iframe2/), we have the following DOM tree :

html
 body
  div.iframe
   iframe

div.iframe is absoluted positioned, with top = right = bottom = left = 0px.
In my setup it gets computed height = 728px.

iframe has height:100% and gets height = 150px, which is completely wrong.

As I said in my original Chromium bug report, the only browsers doing this are IE7 and older. That's painful.

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