WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

968

I know you'll find this in the right place, you always do. LOL

Since the recent page the New button will only work once. IE if you're on "Hot" and click "New". Works fine. However if you are going through a few addition pages and decide you want to click "New" to see what is new, it' won't work. You have to click another category such as "Top" then click "New".

I know you'll find this in the right place, you always do. LOL Since the recent page the New button will only work once. IE if you're on "Hot" and click "New". Works fine. However if you are going through a few addition pages and decide you want to click "New" to see what is new, it' won't work. You have to click another category such as "Top" then click "New".

(post is archived)

[–] 1 pt

Additional note:

The active tab is still a link, but it is not clickable as it was. This can be changed via CSS to re-enable the pointer event so it can be clicked again.

If you use a custom CSS for different websites like with the Stylus extension, using this code will re-enable the active sorting tab to be clickable again:

div#sortpostsbuttons .pure-button-primary
{
pointer-events: auto;
}

They had changed the 'pointer-events' attribute for this active link to be 'none' so that it can no longer be clicked. Change it to 'auto' to allow it to return to being clickable.

[–] 0 pt

It was hardcoded in the buttons code and I removed it when I cleaned up the code, but forgot to add it to the CSS.

Fixing it now. Thanks for the report.

[–] 1 pt

I appreciate your efforts. Thank you very much.

[–] 0 pt

If you find any bug, glitch or any other nasty thing, you should report in and we'll take care of it.

https://poal.co/welcome

[–] 0 pt

IE if you're on "Hot" and click "New". Works fine.

Do you mean /hot or /all/hot? (they are different menus)

Thanks for posting this, I thought it was just my weird Linux system! (notatechy)

[–] 0 pt

I noticed this as well. I would scroll down All/New to catch up on the last few hours. I would then return to the top and refresh the page with the new submissions by clicking on the 'New' sort button again.

After the recent changes, the button for the active sort method you are on is disabled so now hitting the actual browser refresh button or F5 is required to refresh the page with new submissions.

I do not like the active sort method button/link now being disabled instead of how it used to be of being functional and could be used as a 'refresh'.