-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix jittering in emby-checkbox #4929
Conversation
In webOS 1.2 without this hack ( Maybe related livereload/livereload-extensions#26 (comment) Replacing |
Hey @dmitrylyzo, examining the reference you provided, they direct to a Stack Overflow post where one of the most upvoted solutions is just adding transform: |
No, it doesn't work. That solution probably only works for a specific layout. The web engine doesn't seem to redraw the Also, I figured out why it shakes: here Or we need to completely rewrite |
Okay, never mind. I've reset the branch and changed |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Cloudflare Pages deployment
|
Need to port this to 10.8. There will be 2 more lines to change (legacy fallback block). |
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
I've noticed that when you navigate through checkboxes or toggle them from the TV UI, there's this strange blinking animation. While looking for the culprit, I stumbled upon
forceRefresh
, and it looks like it's been around since the repo's creation.I've been trying to figure out why it's there or look for any other references but came up with nothing. Removing it seems to solve the problem on my Tizen TV.
I initially recorded this issue in Chrome on my PC by spoofing the Tizen user agent, but I also did a test run on my TV using jellyfin-tizen. The TV didn't explode, so I thought it’d be a good idea to create this PR. :)
current behaviour
https://github.com/jellyfin/jellyfin-web/assets/28578847/21760c3f-4f94-4d24-826b-91a4c0892368
removing the hack
https://github.com/jellyfin/jellyfin-web/assets/28578847/9ff35bd6-bf4d-4677-ac6a-f92ef63c55c6