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

メッセージスクロールでメッセージを表示すると下の方が見えないときがある #17

Open
anko9801 opened this issue May 18, 2021 · 1 comment

Comments

@anko9801
Copy link
Collaborator

これが良くなると完全にbetter traQに乗り移れそう

解決法

  • ある程度の大きさのあるメッセージは分割してスクロールする
    上下で分けたり、ピクセル数で分けたり...
  • 片方は連続スクロール
    問題点: メッセージツールはどこを指すべきか
@JichouP
Copy link
Owner

JichouP commented May 7, 2022

jnextMsgEl.scrollIntoView({block: "center"}); なので、
currentMsg.scrollIntoView({block: "start"});currentMsg.scrollIntoView({block: "end"}); を追加すればできるようになりそう
2ページ以上にまたがるメッセージはマウスでなんとかしてもらう方向で

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

2 participants