Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
table style
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 18:11 UTC
Updated:
24 Jan 2012 at 20:40 UTC
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