[Webkit-unassigned] [Bug 12910] REGRESSION (r18756-r18765): list-bullet doesn't redraw properly when changing the list's content using JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 27 12:07:29 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12910





------- Comment #4 from mitz at webkit.org  2007-02-27 12:07 PDT -------
The root cause of this bug is that list mark repainting is still not perfect
(duh). Specifically, RenderListItem::positionListMarker() should adjust the
horizontal overflows of all blocks between the marker and the list item, not
just the list item. You can see the repaint problem in a static case too if you
just make the body wider in the reduction and scroll to the right and then
slowly to the left.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list