[Webkit-unassigned] [Bug 13332] List marker not displayed on items with overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 09:47:27 PDT 2011


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109195|review?                     |review-
               Flag|                            |




--- Comment #13 from Dave Hyatt <hyatt at apple.com>  2011-10-03 09:47:27 PST ---
(From update of attachment 109195)
You're missing a couple of places (and I'd like to see a test for each place I'm about to call out).

paintFloats you need to patch. Make a float with a list marker inside somewhere.

You also missed InlineBox::paint. Make a div with display:inline-block and then put a list inside it somewhere.

You missed RenderLayerBacking::paintIntoLayer. To test this one make a layer with a 3d transform (translateZ(0) is sufficient I think) and put a list marker inside it.

The fact that these places are hard to spot is a problem. You might consider making a helper function called by these places to paint all the phases (assuming that's possible).

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