[Webkit-unassigned] [Bug 16010] Incorrect height layout when DIV has height 100% and padding/border existed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 02:36:56 PDT 2009


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





------- Comment #3 from sppruthviraj at yahoo.com  2009-06-25 02:36 PDT -------
Hi

While anaysing the root cause for this bug, came to know that the padding
height was deducted from the original height of the block and was resulting in
the gap which was filled with the background color. As a work around I made
changes to recalculate the height in renderbox.cpp. With these changes the test
case is behaving as it is behaving in IE. Let me know whether my anaysis is
right or wrong.

Thanks


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



More information about the webkit-unassigned mailing list