Q: Why do tabs sometimes show an orange dot?

Sometimes, you’ll notice that a background tab has an orange dot on it in Edge (or a blue dot in Chrome). If you click on the tab, the dot disappears.

The center tab has an orange dot which is not a part of the site’s FavIcon

Why?

The dot indicates that the tab wants “attention” — more specifically, that there’s a dialog in the tab asking for your attention. This might be a JavaScript alert() or confirm() dialog, or a prompt requesting permission to launch an Application Protocol:

Years ago, the dot also used to appear any time the title of a pinned tab changed (because pinned tabs don’t show their titles) but that code was removed in 2018.

Nowadays, web content cannot directly trigger the dot icon (short of showing an alert()) but some sites will draw their own indicator by updating their favicon using JavaScript:

Published by ericlaw

Impatient optimist. Dad. Author/speaker. Created Fiddler & SlickRun. PM @ Microsoft 2001-2012, and 2018-, working on Office, IE, and Edge. Now a GPM for Microsoft Defender. My words are my own, I do not speak for any other entity.

Leave a comment