Closed
Bug 1507728
Opened 7 years ago
Closed 7 years ago
Highlighter looks wrong flex containers with only a text node
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbalfanz, Assigned: miker)
References
Details
Attachments
(1 file)
|
9.96 KB,
image/png
|
Details |
STR:
- Visit https://www.mozilla.org/en-US/privacy/firefox/
- Open the inspector and select "Firefox" from the top menu
- Enable the flexbox highlighter
ER:
- Highlighter should outline the flex container, with background pattern applied where needed
AR:
- Highlighter applies background pattern everywhere. Also, padding is highlighted in a way. The whole representation is confusing :)
| Assignee | ||
Comment 1•7 years ago
|
||
This works fine for me in the latest nightly... there is very little background pattern visible because we clear the area it would cover if the flex item had `align-items: stretch` set.
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Flags: needinfo?(mbalfanz)
| Reporter | ||
Comment 2•7 years ago
|
||
Agreed, looking good for me in latest Nightly as well. Closing the bug.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(mbalfanz)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•