Topic: New blacklist menu overlay issue

Posted under Site Bug Reports & Feature Requests

Just noticed the new blacklist enable/disable toggle menu has a bit of an overlay issue with the rest of the tags: https://i.imgur.com/GWjcpVm.png

Only happens when the menu is expanded, seems to be happening on all of the pages I've checked, but makes it a little difficult to toggle ones at the moment

That section has just plain vanished for me.

https://imgur.com/a/S6yctXU

In Firefox btw.

-edit-
Oh and just to clarify, I know for a fact that this page would have blacklisted items on it. I have a goodsized blacklist and it's very rare for a search to not have at least one or two things caught in my filter.

cinder said:
re621's blacklist is currently broken.
bitwolfy said that he's working on it.

Ohh gotcha. Missed the memo on that one. Thanks for the info!

cinder said:
I need more information than that.
What browser are you using, for starters?

In both Chrome and Firefox the blacklist should get a scrollbar.
https://i.imgur.com/NfyMmED.png
https://i.imgur.com/z4qqYcS.png

Firefox, though admittedly an older one.
Rest of the site has worked fine with it, for what it's worth. I can also add an overflow: auto; to the div and it shows a scrollbar with no other issues.

Updated

redlxix said:
Firefox, though admittedly an older one.
Rest of the site has worked fine with it, for what it's worth. I can also add an overflow: auto; to the div and it shows a scrollbar with no other issues.

Hmm, not sure what could be causing that.
The .blacklist-filters element should already have overflow: hidden auto;

Perhaps, you could try updating to a newer version? But you would need to be running a version from before June 2018 (<61) for it not to support the two-value shorthand.
https://caniuse.com/css-overflow

cinder said:
Hmm, not sure what could be causing that.
The .blacklist-filters element should already have overflow: hidden auto;

Perhaps, you could try updating to a newer version? But you would need to be running a version from before June 2018 (<61) for it not to support the two-value shorthand.
https://caniuse.com/css-overflow

Funny you say that... And yeah, I see that in my inspect but it's crossed out.
Doesn't matter, I made a userscript that just sets it to overflow: auto; which seems to be good enough

redlxix said:
Funny you say that... And yeah, I see that in my inspect but it's crossed out.
Doesn't matter, I made a userscript that just sets it to overflow: auto; which seems to be good enough

you shouldn't need a userscript to set a CSS value. the site has a built in custom CSS stylesheet in settings.

dba_afish said:
you shouldn't need a userscript to set a CSS value. the site has a built in custom CSS stylesheet in settings.

Huh, I wasn't aware of that. Thanks!

its kind of annoying how when you disable some blacklist elements when viewing an image it becomes disabled globally. you used to be able to just disable them temporarily on an image you're viewing but it remained disabled globally

charlynash2 said:
its kind of annoying how when you disable some blacklist elements when viewing an image it becomes disabled globally. you used to be able to just disable them temporarily on an image you're viewing but it remained disabled globally

If you click on the blacklist placeholder on the post page, it'll reveal the image without disabling any filters.

The way you are suggesting to do it is way too messy.

  • 1