Page MenuHomePhabricator

give indication when description gets too long
Open, MediumPublic

Description

Our descriptions sometimes get too long to be useful to show in search results in the suggester and so on. We should nudge people towards making them short. One clever way to do that would be to give the user a little counter couunting how many letters they already typed and color it red when it becomes too long.


Version: master
Severity: normal
Whiteboard: u=dev c=frontend p=0

Details

Reference
bz73225

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:46 AM
bzimport set Reference to bz73225.
bzimport added a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).

Note that different languages have very different levels of content density relative to the number of characters (eg certain languages having one character per word). However, if the goal is to keep it below a certain physical size, perhaps measuring the absolute width of the description would work better than measuring the number of letters.