Bug 65080 - Setting overflow: auto on <div> inside <li> hides the list bullet
Summary: Setting overflow: auto on <div> inside <li> hides the list bullet
Status: RESOLVED DUPLICATE of bug 13332
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-24 10:05 PDT by Andreas Hammar
Modified: 2011-07-24 10:27 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hammar 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).
Comment 1 Andreas Hammar 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 ***