Giter Site home page Giter Site logo

Comments (15)

LuckFire avatar LuckFire commented on July 18, 2024 1

If anything were to cause it, it'd be a plugin. AFAIK there's no specific html / classes for just the DM's text area, and there's probably no build currently released where the emoji picker just randomly disappears (I used two different builds, I would've noticed it).

I'll hopefully make an issue template for stuff in the future, as for right now I don't really care about it that much.

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

I'm not too sure what would be causing this. It's not occurring for me either, so I can't really check. I'll leave this issue open for the time being cause it may be due to an experimental thing.

from bubble-bar.

Loremly avatar Loremly commented on July 18, 2024

Maybe u dont have permission for emojis anymore

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

I was thinking this but.. it should appear in general cause the server can only disable external emojis, not global ones.

from bubble-bar.

Loremly avatar Loremly commented on July 18, 2024

true true... you think any plugins or css snippets could cause this?? what OS are they using?, which client branch
so many attributes

from bubble-bar.

Loremly avatar Loremly commented on July 18, 2024

make issue template so you know everything about the users info

from bubble-bar.

Loremly avatar Loremly commented on July 18, 2024

im black

from bubble-bar.

Loremly avatar Loremly commented on July 18, 2024

sorry

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

i- ok

from bubble-bar.

FedeIlLeone avatar FedeIlLeone commented on July 18, 2024

You can replicate this issue on a text-in-voice channel, posts in forums and threads (all in split view). However I don't think that's what he meant as from the screenshot I see the hashtag before the channel name.

Edit: you can find a funny text box when creating a post in forums.

from bubble-bar.

piebaker avatar piebaker commented on July 18, 2024

Just as quickly as that bug happened, it is now gone. Probably best to leave this issue open, as inconsistent bugs are still bugs. Probably a discord side thing considering it has now fixed itself

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

You can replicate this issue on a text-in-voice channel, posts in forums and threads (all in split view). However I don't think that's what he meant as from the screenshot I see the hashtag before the channel name.

Edit: you can find a funny text box when creating a post in forums.

Interesting.. I'll take a look into the forum and text channels when I can 👍

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

This in specific seems to be causing it.

.expression-picker-chat-input-button {
    &:not(:nth-of-type(3)) {
        display: none;
    }
    &.buttonContainer-2lnNiN:nth-of-type(3) {
        order: -1;
        position: absolute;
        left: -50px;
        .button-f2h6uQ {
            background-color: transparent;
        }
    }
}

Since thread channels & voice text channels dont have the gift, gif, and sticker picker, it removes the emoji button. Only best way I can fix this is by removing all of this cause I don't want to use aria-labels cause compatibility issues..

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024
> button ~ .expression-picker-chat-input-button:not(:nth-child(4)) {
    display: none;
}
.emojiButton-3FRTuj {
    display: flex !important;
    order: -1;
    position: absolute;
    left: -50px;
    .button-f2h6uQ {
        background-color: transparent;
    }
}

Found a hacky solution, hopefully overall this works for threads channels and voice text channels. Will still leave this issue opened however incase.

from bubble-bar.

LuckFire avatar LuckFire commented on July 18, 2024

I forgot about leaving this issue open, however, it seems like what I did completely resolved it so I'm closing it now👍

from bubble-bar.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.