[Webkit-unassigned] [Bug 230431] New: RenderListMarker::imageChanged RenderBox image handling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 17 15:38:53 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230431
Bug ID: 230431
Summary: RenderListMarker::imageChanged RenderBox image
handling
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gnavamarino at apple.com
RenderListMarker is a RenderBox. RenderBox is a RenderElement which can have image updates from style changes (i.e. RenderStyle has maskBoxImage).
Thus the following comment is outdated and no longer applies:
// A list marker can't have a background or border image, so no need to call the base class method.
We should call the base class imageChanged method, which includes additional logic for handling RenderBox image updates, and handle image changes appropriately in RenderListMarker.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210917/809f050c/attachment.htm>
More information about the webkit-unassigned
mailing list