Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Is there a way to disable app tab spinning?

  • 2 réponses
  • 4 ont ce problème
  • 3 vues
  • Dernière réponse par Lafin T. Jack

more options

Hi there, when a page in an app tab updates (i.e. new Gmail or Twitter message) the favicon of the app tab spins to show that there has been a change. Is there a way to disable this?

Thanks for your help!

Hi there, when a page in an app tab updates (i.e. new Gmail or Twitter message) the favicon of the app tab spins to show that there has been a change. Is there a way to disable this? Thanks for your help!

Toutes les réponses (2)

more options

Do you mean the glow that you see on App tabs if the title has changed or the throbber animation? You can't diable the throbber animation easily without having side effects.

The glow is this CSS code about titlechanged, see line 1495

  • chrome://browser/skin/browser.css
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
  background-image: -moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
}
more options

Yep, I've already disabled the glow. And it looks like something one of my extensions is doing - when an app tab is updated, it takes that favicon and spins it 360. I just disabled my extensions and this didn't happen, so I'll track it down in there.

Thanks again!