zesty-io / manager-ui

Content platform powering enterprise websites and applications
https://www.zesty.io
Other
37 stars 5 forks source link

Content: WYSIWYG not showing max character count #2522

Open shrunyan opened 5 months ago

shrunyan commented 5 months ago

Describe the bug The WYISYWG field is only showing the current character count. When it should show the current character count against the max character count. Without and when there is no text it just displays a 0

Expected behavior Fields must show the current character against the max character count. e.g. 27/150

Screenshots image

Additional context Max character count used to be displayed. Seems we had a regression of this UI at some point.

zcolah commented 5 months ago

@shrunyan Unfortunately the max character count is dynamic as it is dependent on the images uploaded and their size. Hence we did not include it as:

  1. It would be difficult to know the total characters left each time live
  2. A user would get confused about the max character count changing continuously after every image upload

@theofficialnar @markelmad can provide more context on this as this is an issue we tackled together when shipping the DUO mode improvements.

finnar-bin commented 1 month ago

@zcolah unfortunately I have no context on the duo mode improvements. @markelmad may have more context on the dynamic max character count for the wysiwyg field though.

zcolah commented 1 month ago

Hello @finnar-bin This ticket is not a priority. More so there is no immediate solution to this problem as well due to back end constraints.