Closed
Bug 1367627
Opened 7 years ago
Closed 7 years ago
Show an overlay of grid areas in Grid Highlighter
Categories
(DevTools :: Inspector, enhancement)
DevTools
Inspector
Tracking
(firefox55 verified)
VERIFIED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | verified |
People
(Reporter: micah, Assigned: micah)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Add a checkbox in the grid highlighter's display settings so that we can toggle showing the grid areas of a grid container.
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Flags: qe-verify+
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8872092 [details]
Bug 1367627 - Show an overlay of grid areas in Grid Highlighter.
https://reviewboard.mozilla.org/r/143594/#review147670
Attachment #8872092 -
Flags: review?(gl)
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8872092 [details]
Bug 1367627 - Show an overlay of grid areas in Grid Highlighter.
https://reviewboard.mozilla.org/r/143594/#review148492
::: devtools/client/inspector/grids/test/browser_grids_display-setting-show-grid-areas.js:6
(Diff revision 2)
> +/* Any copyright is dedicated to the Public Domain.
> + http://creativecommons.org/publicdomain/zero/1.0/ */
> +
> +"use strict";
> +
> +// Tests that the 'Extend grid lines infinitely' grid highlighter setting will update
'Display grid areas'
::: devtools/server/actors/highlighters/css-grid.js:1141
(Diff revision 2)
> +/**
> + * Render grid area name on the containing grid area cell.
> + *
> + * @param {Object} fragment
> + * The grid fragment of the grid container.
> + *
Remove this line
Attachment #8872092 -
Flags: review?(gl)
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8872092 [details]
Bug 1367627 - Show an overlay of grid areas in Grid Highlighter.
https://reviewboard.mozilla.org/r/143594/#review148494
Attachment #8872092 -
Flags: review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/37a4d90166ba
Show overlay of grid areas in Grid Highlighter. r=gl
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8873254 [details]
Bug 1367627 - Show overlay of grid areas in Grid Highlighter.
https://reviewboard.mozilla.org/r/144708/#review148870
Attachment #8873254 -
Flags: review?(gl) → review+
Updated•7 years ago
|
Attachment #8872092 -
Attachment is obsolete: true
Comment 10•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 11•7 years ago
|
||
I have reproduced this bug with Nightly 55.0a1 (2017-05-24) on Windows 8.1 , 64 Bit !
This bug's fix is Verified with latest Nightly 55.0a1 !
Build ID 20170602030204
User Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
[bugday-20170531]
Comment 12•7 years ago
|
||
I have reproduced this Bug with Nightly 55.0a1 (2017-05-24) on Ubuntu 16.04 LTS!
The bug's fix is verified with latest Beta!
Build ID 20170706155135
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
QA Whiteboard: [testday-20170707]
Comment 13•7 years ago
|
||
As per Comment 11 & Comment 12, I am marking this bug as verified fixed.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•