[Webkit-unassigned] [Bug 249705] New: Potential Assertion Fix in Multicolumn - Give up on stretching columns if they have already reached max height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 03:38:03 PST 2022


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

            Bug ID: 249705
           Summary: Potential Assertion Fix in Multicolumn - Give up on
                    stretching columns if they have already reached max
                    height
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Hi Team,

While going through Blink, I came across another potential assertion fix, which can make Webkit's layout and rendering more robust.

Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=192636

Webkit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderMultiColumnSet.cpp#245

___

if (m_computedColumnHeight >= m_maxColumnHeight) {

// comments

return m_computedColumnHeight;
}

___

Just wanted to raise this bug so we can also add this fix.

Thanks!

-- 
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/20221221/9a547a92/attachment.htm>


More information about the webkit-unassigned mailing list