[Webkit-unassigned] [Bug 13887] New: Height 100% not applied correctly inside an absolute positioned element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 26 15:41:17 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13887
Summary: Height 100% not applied correctly inside an absolute
positioned element
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
URL: http://nemeseri.extra.hu/safari/bug1.html
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: izemize at yahoo.com
1., Create a block element without height specified and "position: relative".
(element A)
2., Insert a block element inside A and set "position: absolute" and "height:
100%". (element B)
Now B will expand it's height with A
3., insert a block element inside B and set "height: 100%". (element C)
Now the height of C should equals to A (and B)
( 4., insert other block elements with specified height into A, to see the
problem. )
Problem:
Height of element C will not equals to height of element A.
Works with the following browsers:
Opera 9.21, Firefox 2, Camino 1.0.4, Internet Explorer 7
Workaround:
Set "position: absolute" to C.
Test case available:
http://nemeseri.extra.hu/safari/bug1.html
--
Configure bugmail: http://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