@mcoman This is preloading of a tab issue ( not replicable with browser.newtab.preload pref as false) and require code change to remove promo containers by one of the option below a) Check if message shown is blocked and remove promo container, similar to how capturing message impression are handled https://searchfox.org/mozilla-central/source/browser/components/privatebrowsing/content/aboutPrivateBrowsing.js#195 b) Refresh page on dismiss click , this option though easier to implement might not be desirable user experience I have updated FX100 Focus promo experiment QA ticket with this as known issue so that data analysis can account for this in telemetry while computing overall dismiss rate Thanks
Bug 1766592 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
@mcoman This is preloading of a tab issue ( not replicable with browser.newtab.preload pref as false) and require code change to remove promo containers on preloaded tab by one of the option below a) Check if message shown is blocked and remove promo container, similar to how capturing message impression are handled https://searchfox.org/mozilla-central/source/browser/components/privatebrowsing/content/aboutPrivateBrowsing.js#195 b) Refresh page on dismiss click , this option though easier to implement might not be desirable user experience I have updated FX100 Focus promo experiment QA ticket with this as known issue so that data analysis can account for this in telemetry while computing overall dismiss rate Thanks
@mcoman This is preloading of a tab issue ( not replicable with browser.newtab.preload pref as false) and require code change to remove promo containers on preloaded tab by one of the option below a) Check if message shown is blocked and remove promo container, similar to how capturing message impression are handled https://searchfox.org/mozilla-central/source/browser/components/privatebrowsing/content/aboutPrivateBrowsing.js#195 https://searchfox.org/mozilla-central/rev/86c98c486f03b598d0f80356b69163fd400ec8aa/browser/components/newtab/lib/ASRouter.jsm#1077 b) Refresh page on dismiss click , this option though easier to implement might not be desirable user experience I have updated FX100 Focus promo experiment QA ticket with this as known issue so that data analysis can account for this in telemetry while computing overall dismiss rate Thanks