| Summary: | REGRESSION [IFC][line-clamp] walmart.com: Product details text overlaps | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||||||
| Severity: | Normal | CC: | bfulgham, changseok, esprehn+autocc, ews-watchlist, glenn, koivisto, kondapallykalyan, pdr, simon.fraser, zalan | ||||||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
zalan
2023-04-19 16:53:30 PDT
Created attachment 465993 [details]
Patch
Created attachment 465994 [details]
Patch
Created attachment 466012 [details]
Patch
Created attachment 466035 [details]
Patch
Created attachment 466036 [details]
Patch
Comment on attachment 466036 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466036&action=review > Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayBox.h:220 > +inline Box::Box(size_t lineIndex, Type type, const Layout::Box& layoutBox, UBiDiLevel bidiLevel, const FloatRect& physicalRect, const FloatRect& inkOverflow, Expansion expansion, std::optional<Text> text, bool hasContent, bool isFullyTruncated, OptionSet<PositionWithinInlineLevelBox> positionWithinInlineLevelBox) that's a lot of constructor parameters! Comment on attachment 466036 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466036&action=review > Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.h:77 > + bool isLineFullyTruncatedInBlockDirection() const { return m_lineIsFullyTruncatedInBlockDirection; } some inconsistent naming between the accessor and the member. Created attachment 466046 [details]
Patch
Created attachment 466048 [details]
[fast-cq]Patch
Committed 263289@main (0eca92867e2b): <https://commits.webkit.org/263289@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466048 [details]. |