Skip to content
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

Redux: Posting sometimes doesn't clear the saved post #1545

Open
cellio opened this issue Feb 27, 2025 · 0 comments
Open

Redux: Posting sometimes doesn't clear the saved post #1545

cellio opened this issue Feb 27, 2025 · 0 comments
Labels
area: backend Changes to server-side code complexity: unassessed Needs further developer investigation before complexity/feasibility can be determined. priority: medium type: bug Something isn't working

Comments

@cellio
Copy link
Member

cellio commented Feb 27, 2025

meta:293215

#538 seems to be happening again, non-deterministically. Sometimes a user posts an answer successfully, but the draft of that answer is still in the answer box on the page. The problem has been seen in multiple browsers by multiple people.

We don't want to discard drafts prematurely of course, but after the post is made it would be safe to discard the draft. Maybe we have an ND timing issue here?

Possibly related: https://meta.codidact.com/posts/293237

@cellio cellio added area: backend Changes to server-side code type: bug Something isn't working priority: medium complexity: unassessed Needs further developer investigation before complexity/feasibility can be determined. labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Changes to server-side code complexity: unassessed Needs further developer investigation before complexity/feasibility can be determined. priority: medium type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant