RESOLVED WORKSFORME 20423
Text after list item marker is not displayed in same line as marker
https://bugs.webkit.org/show_bug.cgi?id=20423
Summary Text after list item marker is not displayed in same line as marker
Kishore
Reported 2008-08-18 02:40:19 PDT
Text after list item marker is not displayed in same line as marker. Displayed in new line when width is not sufficient to display text. But IE and Opera force fits at least one word on the same line as list marker. Source: <style> .lsh_parent { list-style: square inside ; width: 100px; } </style> <ul class="lsh_parent"> <li>First item of first list. </li> <li>Second item of first list. </li> </ul>
Attachments
test case for issue (1.06 KB, text/html)
2008-08-18 02:41 PDT, Kishore
no flags
Kishore
Comment 1 2008-08-18 02:41:55 PDT
Created attachment 22849 [details] test case for issue
Zoltan Herczeg
Comment 2 2010-08-11 06:58:56 PDT
Seems this bug is fixed in a recent QtWebKit.
Note You need to log in before you can comment on or make changes to this bug.