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

Affix bug #1186

Closed
4 tasks done
Olvi73 opened this issue Sep 28, 2019 · 3 comments
Closed
4 tasks done

Affix bug #1186

Olvi73 opened this issue Sep 28, 2019 · 3 comments

Comments

@Olvi73
Copy link

Olvi73 commented Sep 28, 2019

Issue Checklist

  • I have executed hexo clean, cleared the browser cache and disabled all CDN services (e.g. Cloudflare Rocket Loader), this issue still exists.
  • I have confirmed that this issue only appears in theme NexT, but cannot be reproduced in other themes (e.g. default theme landscape). In other words, prove that this is a NexT issue, not a issue from Hexo.
  • I have already viewed Hexo Docs page, especially Templates, Variables, Helpers and Troubleshooting.
  • I have already viewed NexT Documentation Site and searched for current issues which does not help me.

Expected behavior

Actual behavior

Steps to reproduce the behavior

  1. PC端打开issue里的网页
  2. 鼠标拉到最下端会自动回弹回去(无法拉到最低)
  3. 使用了tag cloud的功能,在很短文章中才会出现这种情况,在长文章中不会出现
    4.关闭tag cloud后,不管长文章或者短文章都不会出现

Hexo Information

Package dependencies Information


Hexo Version

hexo: 3.9.0
hexo-cli: 2.0.0
os: Windows_NT 10.0.18362 win32 x64
http_parser: 2.8.0
node: 10.16.3
v8: 6.8.275.32-node.54
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 4
openssl: 1.1.1c
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019a

Other Information

关于tag cloud的设置
blog的_config.yml
#tag_cloud:
textFont: Trebuchet MS, Helvetica
textColor: '#333'
textHeight: 25
outlineColor: '#E2E1D1'
maxSpeed: 0.1

themes\next\layout_macro\sidebar.swing
{% if site.tags.length > 1 %}

<script type="text/javascript" charset="utf-8" src="/js/tagcloud.js"></script> <script type="text/javascript" charset="utf-8" src="/js/tagcanvas.js"></script>

Tag Cloud

{{ list_tags() }}
{% endif %}
@Olvi73 Olvi73 added the Bug label Sep 28, 2019
@welcome
Copy link

welcome bot commented Sep 28, 2019

Thanks for opening this issue, maintainers will get back to you as soon as possible!

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label Bug to this issue, with a confidence of 0.77. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@Olvi73 Olvi73 changed the title Next自带的Tag Cloud的BUG Next使用Tag Cloud的BUG Sep 28, 2019
@stevenjoezhang
Copy link
Contributor

是的,这是已知问题,已在Roadmap中提及。见 #809

@stevenjoezhang stevenjoezhang changed the title Next使用Tag Cloud的BUG Affix bug Sep 28, 2019
@stevenjoezhang stevenjoezhang reopened this Oct 8, 2019
voidking pushed a commit to voidking/hexo-theme-next-2021 that referenced this issue Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants