Bug 224199 - Web Inspector: Grid overlay track size labels should show implicit `auto` value and no computed size
Summary: Web Inspector: Grid overlay track size labels should show implicit `auto` val...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Patrick Angle
URL:
Keywords: InRadar
Depends on:
Blocks: 224200
  Show dependency treegraph
 
Reported: 2021-04-05 13:11 PDT by Patrick Angle
Modified: 2021-04-06 15:09 PDT (History)
7 users (show)

See Also:


Attachments
Patch v1.0 (5.53 KB, patch)
2021-04-06 13:22 PDT, Patrick Angle
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Angle 2021-04-05 13:11:08 PDT
Track size labels currently do not show a value of `auto` when `auto` is implicit. Additionally, we don't want to show computed sizes in these labels as they are 1. additional noise when looking for information and 2. information that should not be a focal point of modern page layout. Children in the grid can still have their computed sizes looked up in the Box Model diagram.
Comment 1 Radar WebKit Bug Importer 2021-04-06 10:20:45 PDT
<rdar://problem/76272845>
Comment 2 Patrick Angle 2021-04-06 13:22:00 PDT
Created attachment 425319 [details]
Patch v1.0
Comment 3 BJ Burg 2021-04-06 13:31:32 PDT
Comment on attachment 425319 [details]
Patch v1.0

r=me
Comment 4 EWS 2021-04-06 15:09:29 PDT
Committed r275559: <https://commits.webkit.org/r275559>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 425319 [details].