[Webkit-unassigned] [Bug 65080] New: Setting overflow: auto on <div> inside <li> hides the list bullet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 24 10:05:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65080

           Summary: Setting overflow: auto on <div> inside <li> hides the
                    list bullet
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ahammar at gmail.com


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list