Topic: [BUG?] Post Editing - All Frequently Used Tags don't show from time to time...

Posted under Site Bug Reports & Feature Requests

I have a lot of Frequently used tags to make tagging images easier for me, I added enough tags that I run into on a daily basis.
From time to time (often though) I run into a problem where half my Frequently Used tags don't show up in full. Other times they do though.
It gets cut off and it becomes a bit of an inconvenience.

Sure I have a lot of frequently used tags and I may add more in the future. There's like a barrier before it gets cut off. Maybe add some more space for all Frequent Tags to be visible?

Here's an Imgur image of what my screen looks like 6 times out of 10. If I get lucky it all shows up.
The more Frequent tags I add, the more get cut off if I'm unlucky.
Refreshing is like playing Roulette, no luck most of the time...

Does anyone else have this problem?

animperfectpatsy said:
I've had the frequent tags get cut off. I've not noticed any random behavior around that though, but that's because I wrote my own userscript to rebalance the frequent tags into 4 columns and never looked back.

https://gist.github.com/coderpatsy/ecee4fcc2da6d69d8a3a1b490f1edbe0

that's great, if I knew basic coding...how do I even use this? LOL
Seriously, is this something I can just copy/paste, if so, where?
or
Do I need to add something in it in order to work?

closetpossum said:
that's great, if I knew basic coding...how do I even use this? LOL
Seriously, is this something I can just copy/paste, if so, where?
or
Do I need to add something in it in order to work?

Install Violentmonkey addon for you browser https://violentmonkey.github.io/ then click "Raw" on that Github gist and you will be prompted to confirm installation of the userscript.

animperfectpatsy said:
I prefer https://www.tampermonkey.net/ myself, but it should work the same.

So I got the extension and copy/paste your code in a new Userscript.
Are the cautions(error) signs on some of the lines ignorable? There are only 3 error signs.

Edit: Hey! I think it may be working!? Wonderful!

Updated

closetpossum said:
Are the cautions(error) signs on some of the lines ignorable? There are only 3 error signs.

Yeah those can probably be ignored.

My guess is it's just your extension of choice complaining about jQuery (the $ variable) being used without being explicitly told that it exists. e6 uses jQuery so the code should work just fine. I can add a code comment to fix that if you care.

  • 1