Skip to content

Manual reload forces you back to PD homepage #989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vidapour opened this issue May 7, 2024 · 2 comments
Open

Manual reload forces you back to PD homepage #989

vidapour opened this issue May 7, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@vidapour
Copy link
Collaborator

vidapour commented May 7, 2024

When connection to tab is severed, forces you to manually reload. Manual reloading sends you back to puzzle day home page.

@digit01Wave
Copy link
Contributor

@vidapour , can you tell us which tab?

@vidapour vidapour added this to the P0 milestone Oct 17, 2024
@Vroo
Copy link
Contributor

Vroo commented Apr 30, 2025

The html it uses is

<h5 style="margin-top: 20px;">Could not reconnect to the server. <a href="">Reload</a> the page to restore functionality.</h5>

I looked and I can't find that in the code. That href is clearly wrong. I suggest instead

... <a href="#" onclick="window.location.reload()">Reload</a> ...

Both this and related bug #1166 are serious usability issues.

@Vroo Vroo added the ph24 label May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants