tab-counter icon indicating copy to clipboard operation
tab-counter copied to clipboard

Display issue when tabs number >= 1000

Open hornet5 opened this issue 3 years ago • 3 comments

Only three most significant digits visible when tabs number is four digits or more. Tab_counter_bug

hornet5 avatar Jan 05 '22 10:01 hornet5

I don't think it's possible to fix this, as the font size is set in the browser and only has a certain width. https://github.com/DaAwesomeP/tab-counter/blob/bb54fb3ec313673a53221bbffd760f8ae92fbaf5/src/options.html#L44

wesinator avatar Mar 15 '23 17:03 wesinator

Perhaps the extension can abbreivate "1741" as "1K"?

Kakurady avatar Oct 19 '23 19:10 Kakurady

I am encountering the same issue, and found another related inaccuracy. in the addon preferences for tab-counter it mentions a max of four characters, in my opinion this should be corrected to three since that's what it ends up actually being.

commanderguy3001 avatar Jan 08 '24 21:01 commanderguy3001

I just ran into this, thought I only had 439 tabs open and was wondering why firefox seemed slow, turns out I had 4389! Maybe have the color turn red when over 1000?

mrjackson avatar Feb 20 '25 03:02 mrjackson

PR #50 fixes this

wesinator avatar Feb 20 '25 04:02 wesinator