Moving dot on tabs when loading

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
earther
Posts: 725
Joined: July 18th, 2003, 9:25 pm
Location: not a 'buntard!
Contact:

Moving dot on tabs when loading

Post by earther »

The dot goes back and forth and is extremely annoying. Can this be disabled somewhere? In about:config perhaps? I am poking around in there and see a few candidates but thought I'd check here first. I have all other animations disabled. I really, REALLY don't like to see moving thingies in a text environment. Thanks.
morat
Posts: 6424
Joined: February 3rd, 2009, 6:29 pm

Re: Moving dot on tabs when loading

Post by morat »

Try this:

Code: Select all

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.tab-throbber { visibility: hidden !important; }
http://kb.mozillazine.org/UserChrome.css
User avatar
earther
Posts: 725
Joined: July 18th, 2003, 9:25 pm
Location: not a 'buntard!
Contact:

Re: Moving dot on tabs when loading

Post by earther »

@morat . . . Thank you! I should have thought of UserChrome. Mine is already substantial. Your suggestion neuters the throbber but the tab text still jumps around a bit. Guess I'll try a negative LH margin or width: 0 on the throbber. May take a little fussing to get it right.

*edit* Negative margin worked. Now no movement on the tabs. :mrgreen:
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Moving dot on tabs when loading

Post by therube »

(Along the same lines - because I most often do not see the "dots":

Bug 1556616 UI should display busy cursor while content is loading
https://bugzilla.mozilla.org/show_bug.cgi?id=1556616)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Post Reply