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
When a typed message exceeds the length limit, it cannot be sent to a channel. In that case the user sees a pop-up window with a message: "Message too long. Send it as an attachment instead?" When the user accepts - everything works fine. But when user declines (i.e. to shorten the message manually, so it fits within the limit), the entire typed up message disappears and is irretrievably lost.
Since this bug applies only to very long messages (which exceed the limit) - it's extremely annoying.
Steps to reproduce:
Open any channel.
Type a long message (longer than the allowed message length).
Press [enter] or click "send".
A pop up window appears: "Message too long. Send it as an attachment instead? No / Yes"
Click "No".
The entire message that was typed is gone.
Expected behavior:
User is returned to the editing window, with full typed text still available, so it can be edited (or copied and saved).
Actual behavior:
The message is gone and cannot be retrieved. The pop up windows doesn't mention that clicking "No" causes the entire text to be lost.
Description:
When a typed message exceeds the length limit, it cannot be sent to a channel. In that case the user sees a pop-up window with a message: "Message too long. Send it as an attachment instead?" When the user accepts - everything works fine. But when user declines (i.e. to shorten the message manually, so it fits within the limit), the entire typed up message disappears and is irretrievably lost.
Since this bug applies only to very long messages (which exceed the limit) - it's extremely annoying.
Steps to reproduce:
Expected behavior:
User is returned to the editing window, with full typed text still available, so it can be edited (or copied and saved).
Actual behavior:
The message is gone and cannot be retrieved. The pop up windows doesn't mention that clicking "No" causes the entire text to be lost.
Server Setup Information:
Client Setup Information
The text was updated successfully, but these errors were encountered: