Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The browser action icon flickers when the worker reloads #7233

Closed
fregante opened this issue Dec 29, 2023 · 0 comments · Fixed by #7600
Closed

The browser action icon flickers when the worker reloads #7233

fregante opened this issue Dec 29, 2023 · 0 comments · Fixed by #7600
Labels
bug Something isn't working low priority mv3

Comments

@fregante
Copy link
Contributor

Describe the bug

I'm not sure if it's worth dealing with this, but I thought I'd document it.

Actual behavior

Notice the icon switch to gray for a moment. This is due to the aptly-named grayIconWhileLoading

Expected behavior

grayIconWhileLoading should not run after the first load

To Reproduce

  1. Have a browser window open long enough for the worker to be deactivated
  2. Open a new tab

or:

  1. Close all windows
  2. Wait a bit
  3. Open a new window

Additional context

I think grayIconWhileLoading is super useful while developing and actually this "bug" can help us see when the worker has been reloaded.

Solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority mv3
Development

Successfully merging a pull request may close this issue.

1 participant