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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 14:11:41 PDT 2011


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





--- Comment #16 from Konstantin Shcheglov <scheglov at google.com>  2011-10-05 14:11:40 PST ---
(In reply to comment #13)

  I've added tests and tweaks for display:inline-block and translateZ(0).
  I've updated RenderScrollbarPart, can not test it.

  I tried to add helper method, but rolled this back.
  Not all places use exactly same set of phases, for example no PaintPhaseChildBlockBackgrounds in RenderLayerBacking.

  I've found (and added  test) new problem - when we put OL into DIV with overflow:hidden, in this case we still want to apply clip. So, clip should be ignored only on PaintPhaseListMarkers and only if current renderer contains list marker, because this is artificial construct.

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