-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Validation Toast Truncating Content #12928
Description
My Setup
-
Operating System: Windows 10
-
App Version: 2.14.6
-
Installation type: exe
-
I have tested with the latest version
-
I can simulate the issue easily
Description
Validation messages are being cut short, without communicating to the user that there are absent characters.
Current Behavior
The layout for the validation message toast seems to be two equal columns, which is generous to the "close" link but the content on the left does not wrap, instead truncating invisibly. Depending on the width of the window, a user might not see enough feedback to correctly interpret the error.

Expected Behavior
If the right column were a fixed width, it could allow more space for the content in the left. If the content is also allowed to wrap, or at least truncate with ellipsis (with a means to voluntarily expand or similarly explore via hover-tooltip), the user would be able to receive the feedback intended for their consumption.