WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 13332
65080
Setting overflow: auto on <div> inside <li> hides the list bullet
https://bugs.webkit.org/show_bug.cgi?id=65080
Summary
Setting overflow: auto on <div> inside <li> hides the list bullet
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug