Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
When drafting or editing a post or comment, there is a character count at the bottom right of the text input field, showing the current number of characters and one of the character limits (the min...
#1: Initial revision
Stuck red border after reducing below maximum characters
When drafting or editing a post or comment, there is a character count at the bottom right of the text input field, showing the current number of characters and one of the character limits (the minimum if that has not yet been reached, otherwise the maximum). When there are too few characters, the border of the text input field turns red. Once sufficient characters have been entered, this red disappears. This is intended behaviour. Here's the comment input field as an example: <details> <summary> Animated comment field below 15 characters </summary>  </details> However, when there are too many characters, the red border of the text input field does not disappear once sufficient characters have been removed. The red colour remains even when the number of characters is valid (and the post/comment can be successfully saved). Here's the comment input field with too many characters: <details> <summary> Animated comment field above 1000 characters </summary>  </details> The examples are comments, but the same problem affects posts too. In either case, the user is still able to save their comment or post. The persistence of the red border is just misleading.