if you have html characters that need to be escaped (like <, >, ", etc) then scoop will escape them as <, >, and " respectively, adding that many more characters onto your title. Since the comments table only allows a certain number of characters then the title gets cut. This doesn't solve the problem, just explains it (as i see it) so that you can work around it and predict at least how it's going to work.
This could probably be fixed by making the input field (on the page) have a lower char limit than the table field, so as to allow a cushion. just a suggestion.
|