Long study names (over 100 chars) and string values are not fully displayed on about:studies
Categories
(Firefox :: Normandy Client, defect, P3)
Tracking
()
People
(Reporter: cmuresan, Assigned: priyanksingh8, Mentored)
References
(Regression)
Details
(Keywords: good-first-bug, regression)
Attachments
(2 files)
[Affected versions]:
- Firefox Release 67.0.3, Build ID 20190618025334
- Firefox Beta 68.0b11, Build ID 20190617172838
- Firefox Nightly 69.0a1, Build ID 20190613215335
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Access to NORMANDY Delivery Console https://delivery-console.stage.mozaws.net/ is needed.
- Set the
app.normandy.dev_mode
preference totrue
to run recipes immediately on startup. - Set the
app.normandy.logging.level
preference to0
to enable more logging. - Set the
security.content.signature.root_hash
preference toDB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90
. - Set the preference value for
app.normandy.api_url
tohttps://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1
. - Set the
services.settings.server
preference tohttps://settings.stage.mozaws.net/v1
. - Have a preference experiment with a slug and preference string value longer than 100 characters already created and live eg #741
- Have the browser console opened.
[Steps to reproduce]:
- Start the browser with the profile from prerequisites.
- Navigate to about:studies and observe the studies' title and the pref value that is being set.
[Expected results]:
- Both title and pref value are fully visible on the page.
[Actual results]:
- In the title's case, the
• Active
part is not displayed. And in the pref value's case the last few characters are not displayed.
[Notes]:
- The slug name issue is also reproducible with add-on studies.
- If the slug and pref value is ~100 chars, they will be fully displayed once the study is completed. However if the pref's value is more than 100 chars it will still not be fully displayed.
- Attached a screenshot of the issue.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Yes, feel free to work on this bug.
I suspect that the problem is probably somewhere in this file: toolkit/components/normandy/content/about-studies/about-studies.js or the associated CSS file.
Assignee | ||
Comment 3•6 years ago
|
||
I guess I've found the problem,
willing to take this issue.
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Any reviewer here, to review the patch?
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/575970278433
Long study names (over 100 chars) and string values are not fully displayed on about:studies r=mythmon
Comment 7•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Reporter | ||
Comment 8•6 years ago
|
||
I have verified that the issue is no longer reproducible on the latest Firefox Beta 70.0b5 (BuildID 20190909162732) and Nightly 71.0a1 (BuildID 20190911215306) on Windows 10, macOS 10.14.3, and Arch Linux 4.14.3.
Updated•3 years ago
|
Description
•