Bug 7174 - CSS height not inherited if parent has no explicit height
Summary: CSS height not inherited if parent has no explicit height
Status: RESOLVED DUPLICATE of bug 9085
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 417.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2006-02-10 05:06 PST by Patrick Machielse
Modified: 2006-07-01 08:58 PDT (History)
1 user (show)

See Also:


Attachments
Test case which exposes the bug (856 bytes, text/html)
2006-02-10 05:09 PST, Patrick Machielse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Machielse 2006-02-10 05:06:42 PST
Objects do not properly inherit the height of their parent if the parent has no explicit height. Specifying the parent's height using just 'top' and 'bottom' will not let the child object inherit a height value.
Comment 1 Patrick Machielse 2006-02-10 05:09:46 PST
Created attachment 6385 [details]
Test case which exposes the bug
Comment 2 Joost de Valk (AlthA) 2006-02-11 03:06:53 PST
Confirmed, Opera and FFox behave differently on this testcase. It could be that we match IE here, have to test that. Good testcase though.
Comment 3 Sam Weinig 2006-06-30 13:46:25 PDT
ToT now renders the test case correctly.  
Comment 4 Sam Weinig 2006-07-01 08:10:07 PDT
Closing as this now works in ToT due to the patch from bug 9085.
Comment 5 David Kilzer (:ddkilzer) 2006-07-01 08:58:32 PDT
Reopening to close as a duplicate.

Comment 6 David Kilzer (:ddkilzer) 2006-07-01 08:58:47 PDT

*** This bug has been marked as a duplicate of 9085 ***