Closed
Bug 1574366
Opened 5 years ago
Closed 5 years ago
Watch Expressions: Rep Target overlaps close button
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox70 verified)
VERIFIED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | verified |
People
(Reporter: davidwalsh, Assigned: chris.muldoon90, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file, 1 obsolete file)
23.60 KB,
image/png
|
Details |
When hovering over a watch expression that is an element rep (ex: document.body
), the inspector icon and close button overlap.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Hi, could i give this one a go?
First attempt at a bug, so any mentoring would be greatly appreciated.
Reporter | ||
Comment 2•5 years ago
|
||
Yes, of course Chris! Please let me know if I can help! :)
Assignee | ||
Comment 3•5 years ago
|
||
Cool thanks.
Confirming steps to reproduce:
- Go to a website, i.e. http://todomvc.com/examples/jquery/#/all
- Open the debugger
- In the debugger, add a watch expression i.e. "document.body"
- Hovering over our newly created watch expression, a close button appears. If the syntax is too long, or we have made the side tab smaller (where our watch expression tab is located), the inspector icon and close button element overlap.
Assignee | ||
Comment 4•5 years ago
|
||
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c192db6ab723
Remove flexbox from .node.object.node for better formatting. r=davidwalsh
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•5 years ago
|
Assignee: nobody → chris.muldoon90
Updated•5 years ago
|
Attachment #9086303 -
Attachment is obsolete: true
Updated•5 years ago
|
Flags: qe-verify+
Comment 7•5 years ago
|
||
Confirmed issue with 69.0a1(15.08.2019).
Fix verified with 70.0b7 on WIndows 10, macOS 10.13, Ubuntu 16.04.
Updated•5 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•