Closed
Bug 1478324
Opened 8 years ago
Closed 3 years ago
[Performance] Overlapped content in Call Tree view when dock to the side
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
Tracking
(firefox61 wontfix, firefox62 wontfix, firefox63 wontfix, firefox64 wontfix, firefox65 fix-optional)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | wontfix |
| firefox62 | --- | wontfix |
| firefox63 | --- | wontfix |
| firefox64 | --- | wontfix |
| firefox65 | --- | fix-optional |
People
(Reporter: asoncutean, Unassigned)
Details
(Keywords: polish, regression)
Attachments
(1 file)
|
44.16 KB,
image/png
|
Details |
[Affected versions]:
- 63.0a1 (2018-07-24)
- 62.0b11 (20180723144101)
- 61.0.1 (20180704003137)
[Affected platforms]:
- Ubuntu 16.04 x64
- Ubuntu 18.04 x64
[Steps to reproduce]:
1. Open the Performance tab (Shift +F5)
2. Record a performance
3. Go to the Call Tree view
4. From Customize Developer tools and get help dropdown form, select Dock to right/Dock to left option
[Expected result]:
- Content is not overlapped
[Actual result]:
- Overlapping text makes the content undecipherable
[Regression range]:
- Last good revision: f14898695ee0dd14615914f3e1401f17df57fdd7 (2016-03-21)
First bad revision: 3587b25bae302c1eed72968dbd7cef883e715948 (2016-03-22)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f14898695ee0dd14615914f3e1401f17df57fdd7&tochange=3587b25bae302c1eed72968dbd7cef883e715948
[Additional Notes]:
- On Windows and Mac platforms, the issue is visible only when reducing the Performance page width a little (when dock to the side) or to the minimum (when page is dock to the bottom.
Comment 1•8 years ago
|
||
When the width is still large enough, the values are properly "ellipsified", but below a threshold we get this weird overlap behavior.
This element is a <description> with a `crop` attribute, _and_ some `text-ellipsis` CSS.
Updated•8 years ago
|
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 years ago
|
||
This report is related to the old DevTools Profiler.
The Performance panel in DevTools now points to the new Firefox profiler available at profiler.firefox.com
Closing as Invalid bug
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•