• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting In Firefox, icons not redrawn correctly when scrolling library

     
    • 0 Vote(s) - 0 Average

    In Firefox, icons not redrawn correctly when scrolling library

    In firefox, when scrolling the library or when returning from playing movie, icons are not redrawn
    allDaMedia
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #1
    2025-01-29, 04:46 PM (This post was last modified: 2025-01-29, 04:55 PM by allDaMedia. Edited 1 time in total.)
    I've consistently had an issue with icons not redrawing correctly, when using Firefox as browser.
    It appear to work just fine when using Brave browser.

    When I first open a library, all icons are displayed just fine.
    But if I scroll down and back up, often times, some (but not all) icons are not redrawn. Only a black box is shown.

    I have also noticed the same issue, when editing icons. When browsing the different icons that are available, scrolling down, and back up, leaves some icons blank.

    I'm on:
    Server version
    10.9.11
    Web version
    10.10.5 (e8e4ff0ca)
    Build version
    10.10.5

    Firefox: 134.0.2

    I tried both theme Dark and Blue Radiance, and they both do the same.

    Anyone have any idea why this is happening in Firefox?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-29, 09:20 PM
    Your server version and web version don't match. I'm assuming you are running Linux and Jellyfin is installed directly on Linux?

    What distro? If Debian or Ubuntu (or a derivative), share the output of these commands.

    Code:
    cat /etc/apt/sources.list.d/jellyfin.sources
    sudo apt list --installed | grep jellyfin
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    kandykarter
    Offline

    Member

    Posts: 156
    Threads: 21
    Joined: 2023 Jun
    Reputation: 3
    #3
    2025-01-29, 09:30 PM
    Silly possibility, but do you have any extensions like uBlock or Dark Reader running? I had some issues similar to yours that were solved by disabling Dark Reader on my Jellyfin subdomain.
    Specifics:
    Jellyfin 10.10.7 (docker) on Debian 12.6 // N100 16GB
    Storage: Synology DS220+ CIFS mounts
    Clients: Jellyfin4Kodi (Addon Mode), Android, Android TV, Roku, Symfonium

    1
    allDaMedia
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #4
    2025-01-29, 11:34 PM (This post was last modified: 2025-01-29, 11:41 PM by allDaMedia. Edited 1 time in total.)
    (2025-01-29, 09:20 PM)TheDreadPirate Wrote: Your server version and web version don't match.  I'm assuming you are running Linux and Jellyfin is installed directly on Linux?

    What distro?  If Debian or Ubuntu (or a derivative), share the output of these commands.

    Code:
    cat /etc/apt/sources.list.d/jellyfin.sources
    sudo apt list --installed | grep jellyfin

    su -c 'apt list --installed | grep jellyfin'
    Password:  

    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    jellyfin-ffmpeg6/unknown,now 6.0.1-8-bullseye amd64 [installed,automatic]
    jellyfin-server/now 10.9.11+deb11 amd64 [installed,upgradable to: 10.10.5+deb11]
    jellyfin-web/unknown,now 10.10.5+deb11 all [installed,automatic]
    jellyfin/now 10.9.11+deb11 all [installed,upgradable to: 10.10.5+deb11]

    cat /etc/apt/sources.list.d/jellyfin.list  
    deb [arch=amd64] https://repo.jellyfin.org/debian bullseye main


    cat /etc/debian_version  
    11.11

    I did do an apt update before posting.

    I also cleared browser history for the site, but to no avail.

    (2025-01-29, 09:30 PM)kandykarter Wrote: Silly possibility, but do you have any extensions like uBlock or Dark Reader running? I had some issues similar to yours that were solved by disabling Dark Reader on my Jellyfin subdomain.


    Hmm, I do have dark reader, and that was it. Disabling dark reader for this site solved the issue. It also made the page load much much faster.
    Thank you so much for the tip.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2025-01-30, 02:19 PM
    Code:
    sudo apt remove jellyfin-ffmpeg*
    sudo apt upgrade jellyfin

    Try that.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    allDaMedia
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #6
    2025-01-30, 10:22 PM
    (2025-01-30, 02:19 PM)TheDreadPirate Wrote:
    Code:
    sudo apt remove jellyfin-ffmpeg*
    sudo apt upgrade jellyfin

    Try that.

    Thanks. Server version has been updated now.
    A bit odd that apt jellyfin upgrade didn't update ffmpeg from v6 to v7 normall?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2025-01-30, 10:39 PM
    Jellyfin server and web don't have a version number in the package name, but jellyfin-ffmpeg does. jellyfin-ffmpeg6 and jellyfin-ffmpeg7. My understanding is that this is a quirk with how apt works where it won't upgrade jellyfin-ffmpeg because v6 and v7 are entirely different packages due to the naming. But you also can't have both installed at the same time so apt decides to abort the upgrade.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode