Closed
Bug 1331164
Opened 8 years ago
Closed 8 years ago
The checkbox with the record call stack label is not vertical aligned in Memory tab
Categories
(DevTools :: Memory, defect)
DevTools
Memory
Tracking
(firefox53 verified)
VERIFIED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | verified |
People
(Reporter: Towkir, Assigned: Towkir)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Adding these properties:
display: flex;
align-items: center;
to this rule: https://dxr.mozilla.org/mozilla-central/source/devtools/client/themes/memory.css#98
seems to fix the issue.
Here is an attachment showing the result after the patch applied.
Assignee | ||
Comment 2•8 years ago
|
||
Hi Nick,
what do you think ? if my suggestion looks good and you think it is safe to do so, I can submit a patch.
Flags: needinfo?(nfitzgerald)
Comment 3•8 years ago
|
||
From the gifs, it looks good to me. Care to attach a patch and flag :ntim for review? Thanks!
Flags: needinfo?(nfitzgerald) → needinfo?(3ugzilla)
Assignee | ||
Comment 4•8 years ago
|
||
Thanks Nick, I will submit a patch soon.
Assigning for now.
Assignee: nobody → 3ugzilla
Status: NEW → ASSIGNED
Flags: needinfo?(3ugzilla)
Assignee | ||
Comment 5•8 years ago
|
||
Hi Tim, please have a look at this. Hope this works
Attachment #8827921 -
Flags: review?(ntim.bugs)
Comment 6•8 years ago
|
||
Comment on attachment 8827921 [details] [diff] [review]
devtool-label-checkbox.patch
Review of attachment 8827921 [details] [diff] [review]:
-----------------------------------------------------------------
Works great, thanks!
Attachment #8827921 -
Flags: review?(ntim.bugs) → review+
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6c4f431d9085
The checkbox with the record call stack label is now vertically aligned in Memory tab. r=ntim
Keywords: checkin-needed
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
I have reproduced this bug with Nightly 53.0a1 (2017-01-13) on Windows 8.1(64-bit).
This bug's fix is verified on Aurora 53.0a2.
Build ID : 20170126004004
User Agent : Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
[bugday-20170125]
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•