Counter on editing tag summaries is always 0 #1261
Labels
area: html/css/js
Changes to front-end code
complexity: easy
Issues that should take limited effort to resolve/fix/build.
priority: medium
type: bug
Something isn't working
Most editing textboxes (posts, comments, etc) now show a counter so you know when you've reached a minimum length or exceeded a max. However, the counter on tag summaries (the short description) doesn't work; it stays at 0/600 while I type. The long tag description, on the other hand, correctly shows progress toward the 30,000-character max:
I wonder if this has something to do with the backing element type -- I notice that the summary and description also use different font faces, so the UI apparently "thinks" they're different kinds of things. I don't know if that's relevant.
Possibly related for a fix: #1189 . The bug predates that change.
The text was updated successfully, but these errors were encountered: