Closed
Bug 1647372
Opened 4 years ago
Closed 4 years ago
Complete the implementation of GetOverflowingChildrenOfElement
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox80 fixed)
RESOLVED
FIXED
Firefox 80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: bradwerth, Assigned: manas.khurana20, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Bug 1639893 introduced the GetOverflowingChildrenOfElement
InspectorUtils method, and provided a stub implementation that always reports the first child of an element as causing overflow -- whether it does or not. This bug will be used to correct and complete the implementation, and add appropriate tests.
Reporter | ||
Updated•4 years ago
|
Mentor: bwerth
Reporter | ||
Updated•4 years ago
|
Severity: -- → S4
Priority: -- → P3
Reporter | ||
Comment 2•4 years ago
|
||
This is the start of a test. It is untested and may have typos. It needs many more cases added.
Updated•4 years ago
|
Attachment #9159331 -
Attachment description: Bug 1647372 Part 1 - Add IsFrameBiggerThanSize and FrameHasSpecifiedSize. r=bradwerth → Bug 1647372 Part 1 - Add IsFrameOutsideOfAncestor and FrameHasSpecifiedSize. r=bradwerth
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2154316c34d
Part 1 - Add IsFrameOutsideOfAncestor and FrameHasSpecifiedSize. r=bradwerth,emilio
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b9c312c44c6
Part 2 - Add tests for GetOverflowingChildrenOfElement. r=bradwerth
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f2154316c34d
https://hg.mozilla.org/mozilla-central/rev/9b9c312c44c6
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
You need to log in
before you can comment on or make changes to this bug.
Description
•