Bug 38835
| Summary: | list-style-image icons not displayed when list is broken up into columns | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Craig Anderson <craiga> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dgjones, gur.trio, info, webkit.org |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.6 | ||
| URL: | http://craiga.id.au/ | ||
Craig Anderson
In the list at the bottom of http://craiga.id.au/ each list item has an list-style-image bullet specified.
This list is broken up into two columns using -webkit-column-count: 2;
These images seem to be accessed by WebKit (you can see them loaded through the web inspector), but aren't displayed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Oli Studholme
also ordered list numerals, and according to Bug 23053 unordered list bullets too
Oli Studholme
(untested) workaround (works for default types like disc and decimal): list-style-position: inside; (Webkit default is presumably outside)
Craig Anderson
Confirmed that list-style-position: inside workaround does work in this instance.
David Jones
I can also confirm that list-style-position: inside works as a workaround.
gur.trio
*** This bug has been marked as a duplicate of bug 23053 ***