Closed
Bug 1544240
Opened 2 years ago
Closed 2 years ago
Polish the Debugger's Watch Expression Pane
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox68 fixed)
RESOLVED
FIXED
Firefox 68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: jarilvalenciano, Assigned: jarilvalenciano)
Details
(Whiteboard: [qa-68b-p2])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36
Steps to reproduce:
- Open the debugger
- Add a watch expression
- Inspect the .expression-container element
The element should be 20px high, not 18px, as per https://github.com/firefox-devtools/debugger/pull/8066.
Actual results:
There was UX regression in the PR while resolving a merge conflict.
Expected results:
The .expression-container style should have 3px instead of 2px for padding-top and padding-bottom.
Component: Untriaged → Debugger
Product: Firefox → DevTools
Pushed by dwalsh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f93f4060ac7d Fixed Watch Expression vertical alignment r=davidwalsh
Comment 3•2 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Assignee: nobody → jarilvalenciano
Updated•2 years ago
|
Whiteboard: [qa-68b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•