Closed Dnouv closed 1 year ago
@Dnouv @sidmohanty11 Just a clarification, we don't want to have a scrollbar at the bottom and we want to make lines get wrapped. Am I correct?
@Shivam164 yup that should be the expected behaviour
@sidmohanty11 I would like to work on this issue, can you assign this to me?
@Shivam164 If you are not working on this issue can I take it? If Yes then @sidmohanty11 Please assign it to me.
Yeah, I tried but couldn't find a fix for this, I am unassigning myself from this issue.
okay Thanks @sidmohanty11 Please assign this issue to me.
@Shivam164 Can you explain the localhost setup procedures to me? I put it up locally, but when I use npm run dev in root after installing all the packages, localhost:4000 does not work. And I created a .env file but didn't know where to get the REACT_APP_RC_HOST, REACT_APP_RC_ROOM_ID, and REACT_APP_GOOGLE_CLIENT_ID id I followed the documentation where I get REACT_APP_GOOGLE_CLIENT_ID it but I need first to make it in rocket chat server or not?
@Shivam164 Can you explain the localhost setup procedures to me? I put it up locally, but when I use npm run dev in root after installing all the packages, localhost:4000 does not work. And I created a .env file but didn't know where to get the REACT_APP_RC_HOST, REACT_APP_RC_ROOM_ID, and REACT_APP_GOOGLE_CLIENT_ID id I followed the documentation where I get REACT_APP_GOOGLE_CLIENT_ID it but I need first to make it in rocket chat server or not?
Checkout this, it will help: https://github.com/RocketChat/EmbeddedChat/wiki/FAQs
please look into the pr #81 for review
Is this issue fixed or still it is open?
Description:
A long message (typically a link or a code line) greater than the Embedded Chat width overflows out of the container instead of getting line wraps.
Steps to reproduce:
In the Embedded Chat, Send a long message with a link or an inline code (
something like this
) greater than the total width of the chat window. E.g. Send this message,See the error
Expected behavior:
The messages should have line breaks and fit into the Chat window width.
Actual behavior:
(Message sent from the embedded chat was
ffffffffvnnnnnnnnnnkkkkkkkkpllllllllllllpppppppppppppppppllllllllllllppppppppppppppnllnlj
)Additional Details
The Embedded Chat component
Thank you!