-
Notifications
You must be signed in to change notification settings - Fork 15
The green badge is not displayed if opening a product's link in a new tab #237
Comments
Based on my testing, this appears to be caused by the same thing as #192/#242. New iframes are clearing the browser action icon once you view the page (notice the flickering badge), and since the pages were opened in new tabs and some time is passing before you switch to them, the 5- and 10-second workarounds for resetting the badge aren't taking effect. |
@Osmose Not sure if the add-on is structured in a way that you can do this, but I've worked around similar issues by ensuring that the browserAction's state is only changed as the result of requests where |
The annoying thing about this bug is that it isn't our code that's resetting the browser action. It's the in-product extension code mistakenly identifying an iframe load as a top level page load and resetting it. The relevant bug is bug 1493470, but it landed in 64, so we have a single release cycle of dealing with this before it stops being a problem. |
@SoftVision-CarmenFat Can you confirm whether you see the issue with this build of the add-on? https://usercontent.irccloud-cdn.com/file/LCrGGoJF/price_wise-8.0.1-signed.xpi |
|
The fix in question has not been released, 8.0.1 is just a test build I made. We still need to fix this. |
I have verified this issue using the latest Price Wise version (15.0.0) from Test Pilot platform and the issue is no longer reproducible. Tested on Windows 10, Mac 10.13 and Arch Linux 4.16.6 x64. |
[Affected versions]:
[Affected Platforms]:
[Prerequisites]:
[Steps to reproduce]:
[Expected result]:
[Actual result]:
[Notes]:
The text was updated successfully, but these errors were encountered: