Closed
Bug 1466794
Opened 7 years ago
Closed 7 years ago
In 2-pane mode, highlighting a grid from the rules panel doesn't activate it in the layout panel
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox62 fixed, firefox64 verified, firefox65 verified, firefox66 verified)
VERIFIED
FIXED
Firefox 62
People
(Reporter: mbalfanz, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
STR:
1. open a website with a grid layout
2. open devtools, make sure it is in 2 pane mode at start
3. select the element with grid and click the icon in the Rules panel to highlight it
4. switch over to "Layout" tab
Expected result:
- the grid that was highlighted in the Rules panel will also be activated in the Layout panel
Actual result:
- the grid is not highlighted in the Layout panel
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
Priority: -- → P3
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8983908 [details]
Bug 1466794 - Make sure the highlighters overlay is initialized for the grid inspector.
https://reviewboard.mozilla.org/r/249754/#review256104
Attachment #8983908 -
Flags: review?(pbrosset) → review+
Comment 3•7 years ago
|
||
Maybe as a separate patch if you prefer, but it would be good to have a test for this. I believe we already have tests that check for the grid highlighter state, but we should add one for this specific use case of switching between modes.
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4da0d6998dd6
Make sure the highlighters overlay is initialized for the grid inspector. r=pbro
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 6•7 years ago
|
||
Attached test-case file, to make it easier to verify.
Updated•7 years ago
|
Flags: qe-verify+
Comment 7•7 years ago
|
||
Verified on Firefox Nightly 66.0a1 (2018-12-18), Firefox 65.0b5 and Firefox 64 on Windows 10 x64, Ubuntu 16.04 and Mac OS X 10.13.
Status: RESOLVED → VERIFIED
status-firefox64:
--- → verified
status-firefox65:
--- → verified
status-firefox66:
--- → verified
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•