[meta] Ship the first simple version of the flexbox highlighter (M1)
Categories
(DevTools :: Inspector, enhancement, P2)
Tracking
(relnote-firefox 65+)
Tracking | Status | |
---|---|---|
relnote-firefox | --- | 65+ |
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, meta)
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Reporter | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Martin,
I implemented the suggestions you gave me for the page. Please read it again and let me know if I missed anything!
Comment 8•6 years ago
|
||
If you hover over the word flex in the HTML pane, it will display an overlay of the flext container and its objects.
There is a typo flext
.
Also, this part of the feature is experimental. It's controlled by the devtools.inspector.flexboxHighlighter.combine
flag, which is set to true in Nightly and Beta/DevEdition, but false in release. We should make this clear or remove the sentence if we mainly target our release audience.
Otherwise looks good.
Comment 9•6 years ago
|
||
(In reply to Martin Balfanz [:mbalfanz] from comment #8)
If you hover over the word flex in the HTML pane, it will display an overlay of the flext container and its objects.
There is a typo
flext
.Also, this part of the feature is experimental. It's controlled by the
devtools.inspector.flexboxHighlighter.combine
flag, which is set to true in Nightly and Beta/DevEdition, but false in release. We should make this clear or remove the sentence if we mainly target our release audience.Otherwise looks good.
Once again, thanks for the prompt review.
As we discussed, the sentence about hovering over the word flex to display the overlay has been removed since it is off by default in the released version.
Description
•