Bug 1700574 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

*Affected versions*
* 88.0b2 (20210323190052)
* 87.0 (20210318103112)


*Preconditions*
* have `devtools.chrome.enabled:true`
* snippet for verifying frequency `Cu.import("resource://gre/modules/NewTabUtils.jsm");
(await NewTabUtils.activityStreamProvider.getTopFrecentSites({numItems: 25})).map(s => `${s.url} [${s.frecency}]`).join("\n") `
	
*Affected platforms*
* macOS 11.2.2
* Windows 10x64
* Ubuntu 18.04



*Steps to reproduce*
1. Open Firefox and visit Facebook 5 times in a new tab to achieve 10 000 frequency. 
2. Restart Firefox and open a new tab.
3. Visit Facebook again and click on Add Now from the Recommended extension.
4. Observe the addon installation button.  

*Expected result*
* The button is displayed as expected.

*Actual result*
* Button is not correctly aligned.
 
*Regression range*
* 86.0.1 is not affected, I will search for one ASAP.

*Notes*
* Attached a screenshot.
* I don’t know how to trigger this on Nightly.
* The button is correctly displayed if is triggered from about:addons or addons.mozilla.org.
*Affected versions*
* 88.0b2 (20210323190052)
* 87.0 (20210318103112)


*Preconditions*
* have `devtools.chrome.enabled:true`
* snippet for verifying frequency: Cu.import("resource://gre/modules/NewTabUtils.jsm");
(await NewTabUtils.activityStreamProvider.getTopFrecentSites({numItems: 25})).map(s => `${s.url} [${s.frecency}]`).join("\n") 
	
*Affected platforms*
* macOS 11.2.2
* Windows 10x64
* Ubuntu 18.04



*Steps to reproduce*
1. Open Firefox and visit Facebook 5 times in a new tab to achieve 10 000 frequency. 
2. Restart Firefox and open a new tab.
3. Visit Facebook again and click on Add Now from the Recommended extension.
4. Observe the addon installation button.  

*Expected result*
* The button is displayed as expected.

*Actual result*
* Button is not correctly aligned.
 
*Regression range*
* 86.0.1 is not affected, I will search for one ASAP.

*Notes*
* Attached a screenshot.
* I don’t know how to trigger this on Nightly.
* The button is correctly displayed if is triggered from about:addons or addons.mozilla.org.

Back to Bug 1700574 Comment 0