I am not sure of the exact HTML spec for allowed length of a table summary; my guess would be that there is no limit. The Views handler uses a textfield (db limit 255) but does not set #maxlength which therefore defaults to 128.

The proper solution is likely to modify this to a textarea; but for now, this patch simply sets #maxlength to 255

CommentFileSizeAuthor
views-summary-maxlength.patch613 bytesliquidcms
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Needs review » Fixed

Thanks!
Committed to both 6.x-3.x and 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.