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

[Chrome] タイムライン上で動画プレイヤーを全画面表示にして復帰した後にプレイヤーが消えてしまう #13101

Open
1 task
CyberRex0 opened this issue Jan 28, 2024 · 9 comments
Labels
⚠️bug? This might be a bug

Comments

@CyberRex0
Copy link
Contributor

CyberRex0 commented Jan 28, 2024

💡 Summary

タイムライン上で動画を再生するとき全画面表示にすると、全画面表示を終了したときにプレイヤーが消えたままになる。
※Firefoxでは再現せず。
※投稿の詳細画面では発生しない。

🥰 Expected Behavior

プレイヤーが小さくなった状態に戻る

🤬 Actual Behavior

消える

📝 Steps to Reproduce

タイムライン上で動画を再生し、全画面表示にする

💻 Frontend Environment

* Model and OS of the device(s): MacBook Air (M2, 2022)
* Browser: Chrome 120.0.6099.234 (Official Build) (arm64)  
* Server URL: https://misskey.io/
* Misskey: 2024.1.0-io.1g

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@CyberRex0 CyberRex0 added the ⚠️bug? This might be a bug label Jan 28, 2024
@CyberRex0
Copy link
Contributor Author

表示幅が狭いと発生するみたい
デッキの中で詳細画面表示させたら発生した

@u1-liquid
Copy link
Sponsor Contributor

u1-liquid commented Jan 28, 2024

参考
全画面表示前
Screenshot_20240128-175254~2
全画面表示後
Screenshot_20240128-175201~2

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Jan 28, 2024

horizontalSwipeのdisplay: gridを消したら表示された(再び追加してもちゃんと表示されたまま)

@kakkokari-gtyih
Copy link
Contributor

Chromeのバグの可能性が高い?

@kakkokari-gtyih
Copy link
Contributor

画面サイズが狭小なAndroidスマホのChromeでは再現しなかった

@u1-liquid
Copy link
Sponsor Contributor

u1-liquid commented Feb 5, 2024

画面サイズが狭小なAndroidスマホのChromeでは再現しなかった

デッキモードなら再現されると思います

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Feb 5, 2024

デッキにTLだけを出した状態では再現しなかった
domが多すぎて描画が抜け落ちてる?(→ #13160

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Feb 5, 2024

全画面表示終了後にdomの再計算が行われるようにするといいのかも(もしくはMkMediaListの再計算)

@kakkokari-gtyih
Copy link
Contributor

一旦音声・映像でネイティブUIを使えるようにしておくか

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
Status: Triage
Development

No branches or pull requests

3 participants