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

优化评论分页的返回顶部 #70

Open
BigCoke233 opened this issue Jul 13, 2020 · 0 comments
Open

优化评论分页的返回顶部 #70

BigCoke233 opened this issue Jul 13, 2020 · 0 comments
Labels
优化 增加新内容。

Comments

@BigCoke233
Copy link
Owner

BigCoke233 commented Jul 13, 2020

这是什么方面的想法?

UI 界面 / 用户体验

这个想法具体是要实现什么?

当访客点击评论分页导航的超链接之后,会直接将视口移动到评论列表顶部而并非页面顶部

这个想法实现后有什么帮助?

让访客查看评论更方便,尤其是评论较多的时候

是否有具体的实现思路?

单独标记评论分页的 a 标签(用 .comment-pagenav a 这样的选择器),pjax 跳转页面时根据选择器判断是否为评论分页导航的 a 标签,如果是就跳转到评论列表顶部;另外,若博主未开启 pjax,正常情况会因为 typecho 自带的锚点而跳转到评论列表顶部,但 miracles 的评论结构中未标记 #comments id,应优化(Done)

补充信息:

@BigCoke233 BigCoke233 added the 优化 增加新内容。 label Jul 13, 2020
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

1 participant