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

Request: View comment replies without JS #409

Open
BurnyBoi opened this issue Mar 11, 2019 · 10 comments · May be fixed by #4176
Open

Request: View comment replies without JS #409

BurnyBoi opened this issue Mar 11, 2019 · 10 comments · May be fixed by #4176
Labels
enhancement Improvement of an existing feature

Comments

@BurnyBoi
Copy link

Currently, it seems that viewing comment replies requires JS. Would it be possible to make the View replies button work without JavaScript? It is sensible that a new page would have to load. Maybe it could load the comment thread as it's own page so the user can just open it in a new tab?

@BurnyBoi
Copy link
Author

My apologies. I see this is already being tracked under #341

@omarroth
Copy link
Contributor

I was planning on leaving a comment in #204 with this exact proposal. It seems wasteful to me to reload the /watch page multiple times in order to view comments without JS, and it's difficult to load all comments on initial page load since each thread is a separate request.

If you would like, I think it is sensible to leave this open as a request to add a separate /comment_viewer page or similar, and track this in #341.

I would also appreciate feedback on this from @Jtasiu.

@BurnyBoi
Copy link
Author

Agreed. Loading the watch page over and over again is wasteful for any feature. Having a separate comments page would be great; not only for loading replies without JS, but also for being able to view pages of comments without JS. Currently one can only load the top 10 comments with JS disabled if my understanding is correct.

@Jtasiu
Copy link

Jtasiu commented Mar 14, 2019

@omarroth

In my opinion, the best way to do this is to load the top comments with the watch page (like it is now) but if the user wants to view more comments there could be a "View all comments" link at the bottom of the page which would open a new page with all the comments.

Also if it can be configured by default so that the top 50 comments are loaded with the watch page when JS is off instead of the current 10 it would be better, so that opening a separate comments page/viewer with all comments is less frequently needed. Honestly, the comments load so fast without JS that I don't even notice any delay. In fact with JS on for some reason comments takes even longer to load, I always see the progress spinner for a few seconds before the initial comments load (maybe something to do with replies loading ability or loading comments differently when JS is on but I don't know) .

@omarroth
Copy link
Contributor

omarroth commented Apr 1, 2019

Might make sense to rename this to something like "Request: comment viewer without JS". Added a link to track in #341.

@omarroth omarroth added the enhancement Improvement of an existing feature label Apr 10, 2019
@nachanon
Copy link

@omarroth; in some eons ago, YouTube provided a page which its sole content being all comments posted on a specific video...

https://www.youtube.com/all_comments?v=VIDEO_ID

It won't work anymore now; but I still have this URL pattern in my browser's search plugin (replace VIDEO_ID with the usual YouTube video ID) from the days this was still working.

So, I would suggest that this to-be-made "All comments" viewing page be done in the compatible URI scheme with the YouTube's old one.

@github-actions
Copy link

This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.

@github-actions github-actions bot added the stale label Jun 21, 2021
@syeopite
Copy link
Member

Bump

@github-actions github-actions bot removed the stale label Jun 22, 2021
@github-actions
Copy link

This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.

@ghost
Copy link

ghost commented Dec 30, 2022

+1. Many people use the internet without JavaScript, I have to enable JS to see comment replies...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants