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
| Comment | File | Size | Author |
|---|---|---|---|
| views-summary-maxlength.patch | 613 bytes | liquidcms |
Comments
Comment #1
dawehnerThanks!
Committed to both 6.x-3.x and 7.x-3.x