Closed MattBillFred closed 7 months ago
Interesting. It looks like the pasted message urls are being treated as anchors in the input box despite this being a plain text input leading to this issue.
Perhaps we need to wrap the messages sent from the text box in <p></p>
to ensure that this case is correctly handled.
Closing this as it's fixed in the latest mgt-chat update.
Describe the bug If a message sent from the MGT Chat component contains one or more URLs, the contents of the message are converted into a multi-column format, where each URL is cramped into its own column. (See screenshots section)
To Reproduce
Expected behavior The message should appear formatted similar to how it was sent.
Screenshots
Environment (please complete the following information):
Additional context The same message coming from the Microsoft Teams client will maintain its original formatting.