zhw2590582 / ArtPlayer

:art: ArtPlayer.js is a modern and full featured HTML5 video player
https://artplayer.org
MIT License
2.55k stars 269 forks source link

在全屏(或页面全屏)和非全屏状态切换时setting组件漂移问题 #737

Open fbotp opened 6 months ago

fbotp commented 6 months ago

Expected behaviour

setting组件正常显示

Actual behaviour

https://github.com/zhw2590582/ArtPlayer/assets/46618620/2494f67f-8438-4064-a855-62553170885c

Steps to reproduce

Console errors (if any)

Link to where the bug is happening

https://artplayer.org/

zhw2590582 commented 6 months ago

因为设置按钮的位置是不确定的,设置面板和设置按钮也是不关联的,所以点击设置按钮的时候会计算一次它的位置,再设置面板的位置,在加上动画的延迟就会感觉面板偏移了,确实效果不太好,有待优化