[Webkit-unassigned] [Bug 266838] New: Refactor RenderGrid::computeContentPositionAndDistributionOffset and contentDistributionOffset
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 22 23:32:21 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266838
Bug ID: 266838
Summary: Refactor
RenderGrid::computeContentPositionAndDistributionOffse
t and contentDistributionOffset
Product: WebKit
Version: Safari 17
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fantasai.bugs at inkedblade.net
CC: bfulgham at webkit.org, simon.fraser at apple.com,
webkit-bug-importer at group.apple.com, zalan at apple.com
These functions are doing weird things like:
* Treating negative offsets as flagging an invalid state even though offsets can validly be negative.
* Letting control flow through in some cases without an obvious initialization to zero, but then insisting on setting things to zero in other cases... like either we're starting at zero and don't need to set it, or we need to set things to zero, pick one.
--
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/20231223/424b67ad/attachment-0001.htm>
More information about the webkit-unassigned
mailing list