Closed
Bug 1342094
Opened 8 years ago
Closed 8 years ago
If you run "HeartbeatLongMessages" mock test in browser console, all the buttons from upper right part will disappear (menu,bookmarks, pocket, download)
Categories
(Shield :: General, defect)
Shield
General
Tracking
(firefox53 verified, firefox54 affected)
VERIFIED
FIXED
People
(Reporter: Ovidiu, Assigned: osmose)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
[Affected versions]:
Firefox Nighlty 54.0a1(2017-02-23), Firefox Aurora 53.0a2(2017-02-23)
[Affected platforms]:
Mac OS X 10.10, Ubuntu 16.04, Win 10
[Steps to reproduce]:
1. Set up my FF profile for testing
2. Run in Browser Console this:
Cu.import('resource://shield-recipe-client/lib/Storage.jsm');
Storage.clearAllStorage();
Services.prefs.setCharPref("extensions.shield-recipe-client.api_url", "https://normandy-mock.dev.mozaws.net/HeartbeatLongMessages/api/v1");
Cu.import('resource://shield-recipe-client/lib/RecipeRunner.jsm');
RecipeRunner.start();
[Expected result]:
A bar should be displayed and the buttons like menu, download, pocket should be visible.
[Actual result]:
Menu, download, pocket buttons are not visible.
Reporter | ||
Comment 1•8 years ago
|
||
Please see the attached print screen.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mkelly
Assignee | ||
Comment 2•8 years ago
|
||
Patch landed in mozilla-central in the sync from bug 1349348. This will be deployed to Beta 53 and Release 53 as a system add-on (bug 1351454).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Verified as fixed on Beta53 across Ubuntu 16.04, Win10, OSX 10.12
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•