Closed
Bug 1296984
Opened 9 years ago
Closed 9 years ago
Fix hanging indent of child twisty in jit-optimizations-view and RTL locales
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox51 unaffected, firefox52 verified)
VERIFIED
FIXED
Firefox 52
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | unaffected |
| firefox52 | --- | verified |
People
(Reporter: magicp.jp, Assigned: Towkir, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20160821030226
Steps to reproduce:
1. Start Nightly in RTL locales (e.g. Arabic)
2. Go to "http://helloracer.com/webgl/"
3. Open DevTools > Performance
4. Start Recording and stop
5. Select any rows that include (i) info mark
6. Open twisty in jit-optimizations-view
7. Check hanging indent of child twisty
Actual results:
Child twisty don't have hanging indent.
Expected results:
Fix hanging indent of child twisty in jit-optimizations-view and RTL locales
>4. Start Recording and stop
+ Select "Call Tree" view
>5. Select any rows that include (i) info mark
Has STR: --- → yes
status-firefox51:
--- → affected
Component: Untriaged → Developer Tools: Performance Tools (Profiler/Timeline)
OS: Unspecified → All
Hardware: Unspecified → All
Updated•9 years ago
|
Blocks: perf-tool-papercuts
Priority: -- → P2
Updated•9 years ago
|
Comment 2•9 years ago
|
||
You need to replace marginLeft with marginInlineStart here:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/performance/components/jit-optimizations-item.js#167
Towkir, are you interested in this bug?
| Assignee | ||
Comment 3•9 years ago
|
||
Thanks again Tim, Hope this works :)
Assignee: nobody → 3ugzilla
Status: NEW → ASSIGNED
Flags: needinfo?(3ugzilla)
Attachment #8800926 -
Flags: review?(ntim.bugs)
Comment 4•9 years ago
|
||
Comment on attachment 8800926 [details] [diff] [review]
child_twisty_indentation.patch
Looks good to me, thanks!
Attachment #8800926 -
Flags: review?(ntim.bugs) → review+
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/e412b386433b
Fix indentation of child twisty in jit-optimizations-view in RTL locales. r=ntim
Keywords: checkin-needed
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
verified in latest Nightly build(20161019030208). Thanks!
How about uplift to Aurora?
Comment 8•9 years ago
|
||
(In reply to magicp from comment #7)
> Created attachment 8802946 [details]
> verified-in-52.png
>
> verified in latest Nightly build(20161019030208). Thanks!
Thanks for the verification!
> How about uplift to Aurora?
The feature is disabled by default on Aurora (and it can only be enabled from about:config), so I don't see much value in uplifting.
Updated•9 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
•