[Webkit-unassigned] [Bug 260074] Updates special case for flex-box emulating webkit-box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 27 03:14:27 PDT 2023


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

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Tried this but didn't work:

if ((parent()->isDeprecatedFlexibleBox() || (parent()->isFlexibleBox() && (parent()->style().display() == DisplayType::Box ||  parent()->style().display() == DisplayType::InlineBox))) && (parent()->style().boxOrient() == BoxOrient::Horizontal || parent()->style().boxAlign() != BoxAlignment::Stretch))

-- 
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/20230827/8dd7a21e/attachment-0001.htm>


More information about the webkit-unassigned mailing list