Bug 65080
Summary: | Setting overflow: auto on <div> inside <li> hides the list bullet | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Hammar <ahammar> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Andreas Hammar
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andreas Hammar
Sorry, I just found out that this is a duplicate.
*** This bug has been marked as a duplicate of bug 13332 ***