Bug 265382 - Web Inspector: CSS Grid Page Overlay: Outline grid items in masonry layout
Summary: Web Inspector: CSS Grid Page Overlay: Outline grid items in masonry layout
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 265381
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-27 07:59 PST by Razvan Caliman
Modified: 2024-01-19 09:10 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Razvan Caliman 2023-11-27 07:59:56 PST
Follow-up to Bug 265381

There are no grid tracks in the masonry axis of a masonry layout (i.e.: no rows when the masonry direction is vertical, vice-versa for horizontal).
It may still be useful to outline the individual grid items and represent the grid gap between them.
Comment 1 Radar WebKit Bug Importer 2023-11-27 08:00:55 PST
<rdar://problem/118833939>
Comment 2 Razvan Caliman 2024-01-19 09:09:51 PST
https://github.com/WebKit/WebKit/pull/22941 exposed the necessary metrics to implement the drawing of outlines around grid items.
Comment 3 Razvan Caliman 2024-01-19 09:10:51 PST
https://bugs.webkit.org/show_bug.cgi?id=267736