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

Can't check if post/comment is deleted (infinite loading icon) #2181

Open
economicstudio opened this issue Feb 2, 2019 · 0 comments
Open

Comments

@economicstudio
Copy link
Collaborator

economicstudio commented Feb 2, 2019

Expected behavior

When a user access a deleted post/comment, Busy should show that it is deleted (or at least stop waiting for loading)

Actual behavior

Busy waits forever for loading. Users cannot tell if it's actually loading or deleted.

How to reproduce

Visit https://busy.org/@guest123/5rhhdo-test (deleted post, don't be curious about the content, this was just a test posting :)

export const isPostDeleted = post => post.title === 'deleted' && post.body === 'deleted';

While there seems a test code for deleted post, it is not properly used.

Also, when it is deleted, title and body is '' and 'deleted' But this isn't the problem itself as far as I debugged. The function itself isn't called.

  • Browser: Any
  • Operating system: Any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant