You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was editing a message in the css-snippets channel, i notice for some reason the messages keep going up and down, i couldn't even see what i was typing until the typing indicator goes away. it tends to jump when the indicator appears or vanishes.
What is the expected behaviour?
I expect to be able to edit a content of a message without having the TypingIndicator mess with the chat area, giving me an unpleasent time editing a message.
How do you recreate this bug or crash?
Enable the TypingIndicator Plugin
Edit a message within a channel.
Once the Typing Indicator appears or vanishes, you will notice the chat area will start to jump up or down.
Errors
Replace this text with your crash-log.
Request Agreement
I am using Discord Stable or tried on Stable and this bug happens there as well
I have read the requirements for opening an issue above
The text was updated successfully, but these errors were encountered:
FixesVendicated#2752
Fix the TypingIndicator Plugin to prevent the chat area from jumping while editing a message.
* **CSS Changes**
- Add CSS rules to set `position: absolute`, `bottom: 0`, and `width: 100%` for `.vc-typing-indicator` in `src/plugins/typingIndicator/style.css`.
* **Component Changes**
- Modify `TypingIndicator` component in `src/plugins/typingIndicator/index.tsx` to use absolute positioning for the TypingIndicator element.
* **Devcontainer Configuration**
- Add `.devcontainer.json` file with tasks for testing, building, and launching the project.
Discord Account
cjstylesorg
What happens when the bug or crash occurs?
While I was editing a message in the css-snippets channel, i notice for some reason the messages keep going up and down, i couldn't even see what i was typing until the typing indicator goes away. it tends to jump when the indicator appears or vanishes.
What is the expected behaviour?
I expect to be able to edit a content of a message without having the TypingIndicator mess with the chat area, giving me an unpleasent time editing a message.
How do you recreate this bug or crash?
Errors
Request Agreement
The text was updated successfully, but these errors were encountered: