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

「最新のメッセージ」ボタンを押しても最新のメッセージが表示されない #4318

Open
cp-20 opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cp-20
Copy link
Contributor

cp-20 commented Jun 17, 2024

再現手順

  1. チャンネルを開く
  2. 通信が切断されている間にメッセージが大量に追加される(メッセージ1~100とする)
  3. 通信が復帰してから最新のメッセージボタンを押す(すこし上にスクロールする等で表示できる)
  4. 最新のメッセージ(メッセージ100)に飛ぶことは出来ない。代わりに読み込み済みメッセージの一番下までスクロールされ次の数メッセージ(メッセージ1~20くらい)が表示される。

再現性

ありそう

環境

Android Chrome traQ_S-UIv3.18.2

補足

通常閲覧時(クエリパラメータ無し)は閲覧中~最新手前のメッセージまでがすべてメモリにのっている想定なのか、スクロールにより最新メッセージに飛ぶ仕様になっている。
このケースでは通常閲覧と認識されているが、チャンネル途中のメッセージに飛んだ場合と同様、メモリに乗っていない最新メッセージが大量にある状態が作れてしまっている。

scrollerEle.value.$el.scrollTo({
top: scrollerEle.value.$el.scrollHeight
})

@cp-20 cp-20 added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant