https://sourceforge.net/apps/trac/sourceforge/ticket/23461
So, I go to enter my project description - sankit. As I get close to 1000 chars, I hit update. but the last few characters get deleted. So I keep cutting the text back to get it to all upload.
The counter is inaccurate by a large amount - I ended up with a reported count of 950 to get my whole description to upload.
Seems to be the same issue as was closed as wont-fix in [#1602] (though that ticket was before the description field was extended), but I don't see any rationale for the wont-fix in that ticket.
Is this on the classic forge or Allura?
Both, sort of. In my testing, only classic has problems with quotes (as described in [#1602]), however, newlines seem to be a problem with both platforms.
With allura, if you have newlines that bump you over the limit, while it will still say you have characters left, it won't let you submit the form with the error "Please enter a value less than 1000 bytes long."
With classic, it'll let you submit it no matter how long the text is, but it'll be truncated on the PSP and on the admin settings page.
Moreover, the form field does inline counting of characters but when you submit the form then it validates number of bytes. This causes very big differences (and likely frustration) when entering multibyte characters (non-ascii).