This is an archived community post.

This post is no longer open for new replies - but we'd still love to hear from you! Share your feedback with our team via our Feedback Form.

Need help getting started? Check out this article for step-by-step instructions on submitting feedback through the form.

Discord Losing Favorite Gifs and Not Scrolling

Bình luận

36 bình luận

  • [DB] ian

    Same here, gif selector won't scroll down, been bugging me for the past week

    6
  • Isaac

    I can't scroll down through GIFs either. It's very annoying. It works on my phone but not my computer.

    3
  • Da real Obama...

    Same here, it will only scroll down a tiny bit but then stops, I have a ton of favorited gifs that I don't feel like losing

    5
  • Silencio1994

    also having this issue, works in browser but not PC app

    2
  • dirk

    this is happening to me too, so annoying

    2
  • katy

    Same! Started like really recently and restarting discord and my computer doesn't fix it :/

    2
  • [DB] ian

    Any updateeeee? Been weeks now :(

    2
  • A370

    they changed the gif selector but I still have the problem 

    2
  • Crowley

    I have a different type of problem with my favorite gifs. Whenever i start scrolling down some of them disappear, my discord's cpu usage goes to 100% and the discord restarts, can i please get some help? Not sure what's going on but only started to happen today.

    4
  • Brick

    It's been 2 weeks since this started happening to me as well, my crappy work around is I made a discord server just to host my memes... please fix this thanks!

    This issue happens with all gifs not just my favorite gifs, im just unable to scroll down in any category.

    3
  • [DB] ian

    Please discord i miss the gifs!

    2
  • Wolf

    Yeah same issue here... I really don't know what's happening...

    For some odd reason when I go to "Favorites" I am able to scroll like 40 pixels but that's it...

    Discord please help...
    I miss my GIFs.

    2
  • Gord

    I'm having the same problem too. I can find no settings for this.

    1
  • ʲᶦᵐᵐʸ™

    What they said ^

    0
  • NeithanDiniem

    The issue for gifs not saving being favorited on PC for me started right after I did a registry clean and even with reinstalling has not fixed itself. It has been well over 8 months since Ive had the issue and it has not once fixed with any updates since that time. The gif box not scrolling has been a problem coming back several times over those 8 months as well. currently affecting me in the most annoying way. Why does the emoji box never have an issue like this, but the gif one does?

    1
  • Gord

    Interesting NeithanDiniem that your GIF issue has been 8 months. Most others here have been more recent. I don't believe I did anything - GIFs not scrolling just changed overnight it seems - I didn't even shut down, certainly no updates or registry cleaning. very odd. 

    2
  • [DB] ian

    Same for me Gord. Sad it's been so long and the recent update didn't fix it. I miss scrolling gifs

    1
  • Brick

    Anyone able to fix this yet?

    1
  • Isaac

    It works on the web browser version.

    0
  • Alright

    I had this happen too. Is nobody addressing this?

     

    0
  • [DB] ian

    I've sent a ticket, so far it's the generic "we've told the relevant people about your bug", still no fix.

    Sad, i miss gifs, been a month.

    0
  • Lily

    This has been pissing me off so much, I hope they fix this

    0
  • kakalazen

    You are not the only one. I seem to only had them on my browser, not when I use the app on my PC or my cellphone. That's bad. It's not for nothing that I installed the app on my PC and cellphone! That's not cool.

    0
  • name

    Still got the same problem, man this needs to be fixed. The post is even two months old at this point.

    0
  • Brick

    I sorta found a fix, 

    I first backed up the gif location 

    "C:\Users\USERNAME\AppData\Roaming\discord"

    then saw my update.exe was called update1.exe i renamed it to update.exe

    "C:\Users\USERNAME\AppData\Local\Discord\Update.exe"

    relaunched and it worked.

    1
  • NeithanDiniem

    Update a few days ago fixed the problem!
    Too bad the update that hit me the very next morning broke it again...

    Starting to give up on this.

    0
  • David_287

    They need to fix this. This is just ruining discord for me and I'd rather not use discord if I cant use my gifs.

    0
  • SilverKitsune

    How do you fix it when you can't scroll through the gifs?

    0
  • See__0

    Another fix is to go into the HTML editor (using [Ctrl] + [Shift] + [i]), opening the GIF tab and using the element inspector ([Ctrl] + [Shift] + [C]) to find the div element that contained the contents for the GIF tab 

    Then, by copying the div class for the GIF container and pasting it in the filter, you can locate the CSS code for the GIF container.

    and by then changing: (overflow: > hidden) to (overflow: > hidden scroll)

    After the fix you get a weird scrollbar on the GIF screen until you re-launch discord. After you re-launch it goes back to the normal scrollbar and you can use it again (at least that's what worked for me)

    1
  • Noctura|Nyx|Raven

    Using the Inspector, I found if I set #gif-picker-tab-panel > div.content-ySCtCx > div.results-3i9FaE.thin-1ybCId.scrollerBase-289Jih.fade-2kXiP2 to height: 800px; (for example) that I can now see more than 2-3 lines of GIFs in the GIFs tab. height: 100% on its own does not help. Appears the box height is collapsing down to the height of the GIFs window itself and so it doesn't think there is a need for a scroll bar (like the content/container of images is floating so it doesn't realize there's more to see).

    HTML Drilldown to location: <main class="chatContent-a9vAAp" aria-label="coordination (channel)"><form class="form-2fGMdU"><div aria-controls="popout_63635" aria-expanded="false"><div class="channelTextArea-rNsIhG channelTextArea-2VhZ6z"><section class="positionContainer-DEuh7X"><div class="drawerSizingWrapper-17Mss4"><div class="contentWrapper-SvZHNd"><div id="gif-picker-tab-panel" role="tabpanel" aria-labelledby="gif-picker-tab" class="container-3ISnnM"><<div class="content-ySCtCx"><div class="results-3i9FaE thin-1ybCId scrollerBase-289Jih fade-2kXiP2" style="overflow: hidden scroll;padding-right: 0px;height: 800px;">

     

    ^ height: 800px; in the last div is mine.

    0