Bug 21662

Summary: buttons not getting displayed
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: davidbarr, macpherson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://-
Attachments:
Description Flags
reduction.zip none

Description Anantha Keesara 2008-10-16 14:11:06 PDT
I Steps:
 Go to the attached testcase
 
 II Issue:
 buttons not getting displayed
 
 III Conclusion:
 issue is causing due to .FinaTool ol{float:left;padding:4px 0 0;} - float:left
 
 IV Other Browsers:
 IE7: ok
 FF3: not ok
 
 V Nightly tested: 37382
Comment 1 Anantha Keesara 2008-10-16 14:11:07 PDT
Created attachment 24413 [details]
reduction.zip
Comment 2 Luke Macpherson 2012-03-14 20:54:03 PDT
This bug is ~3 years old now. Is it still reproducible?
Comment 3 David Barr 2012-06-20 21:41:32 PDT
In the attached reproduction, the header displaces the buttons within an overflow:hidden div. Removing the header results in the buttons displaying nicely. WebKit is working as intended.