[Webkit-unassigned] [Bug 4855] List item's bullets fail to redraw correctly after their style is set with JavaScript.
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Mar 2 12:32:07 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=4855
------- Comment #7 from justin.garcia at apple.com 2006-03-02 12:32 PDT -------
We've seen this while working on list editing. I'm not sure which rect is used
to invalidate a region on style changes or node removal/insertion. I do know
that the RenderBox's position and size do not correspond to the position and
size of the marker that is painted for outside list markers, but I assumed that
the painting code would use getAbsoluteRepaintRect (which I fixed in 6844) when
invalidating rects. My changes didn't fix this redraw problem, so the painting
code must not use getAbsoluteRepaintRect.
--
Configure bugmail: http://bugzilla.opendarwin.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