Forums keeps refreshing every second

Posted:
in Feedback
This is a serious bug somewhere in Javascript that forces Safari to reload every second and that prevents me from scrolling down since it always takes me to the top. To stop it requires disabling Javascript from Develop/Disable Javascript menu.

Comments

  • Reply 1 of 4
    netroxnetrox Posts: 1,421member
    BTW, it is on Safari running on MacOS Mojave.
  • Reply 2 of 4
    Mike WuertheleMike Wuerthele Posts: 6,861administrator
    netrox said:
    BTW, it is on Safari running on MacOS Mojave.
    We can't reproduce, but I'll pass it to the dev team.
  • Reply 3 of 4
    netroxnetrox Posts: 1,421member
    I just figured out the cause. CookieBeGone extension is the cause. It's likely that the JS is trying to search for a cookie and keeps reloading. It's still a bug as it should NEVER reload in a loop if it cannot set a cookie.


    https://smartersoft.github.io/CookiebarGone/

    edited August 2019
  • Reply 4 of 4
    Mike WuertheleMike Wuerthele Posts: 6,861administrator
    netrox said:
    I just figured out the cause. CookieBeGone extension is the cause. It's likely that the JS is trying to search for a cookie and keeps reloading. It's still a bug as it should NEVER reload in a loop if it cannot set a cookie.


    https://smartersoft.github.io/CookiebarGone/

    I'll still talk to the devs about it. Seems like it should be avoidable.
Sign In or Register to comment.