Bug 65080

Summary: Setting overflow: auto on <div> inside <li> hides the list bullet
Product: WebKit Reporter: Andreas Hammar <ahammar>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Andreas Hammar
Reported 2011-07-24 10:05:32 PDT
Using this snippet, the first bullet (1.) renders normally, but the second (2.) is not rendered. <ol> <li>Normal list item</li> <li><div style="overflow: auto;">div with overflow: auto</div></li> </ol> Observed in Chrome 12.0.742.112 on Ubuntu x64 and in Safari on Mac (by someone else, not sure which version).
Attachments
Andreas Hammar
Comment 1 2011-07-24 10:27:51 PDT
Sorry, I just found out that this is a duplicate. *** This bug has been marked as a duplicate of bug 13332 ***
Note You need to log in before you can comment on or make changes to this bug.