Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.0-rc4
Component:
text.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 15:56 UTC
Updated:
2 Jul 2010 at 08:55 UTC
With a text field. The prompt text for "Maximum Length" says "The maximum length of the field in characters. Leave blank for an unlimited size.".
When you leave it blank then create a new node text entry in the form field seems to be limited to 128 characters rather than being unlimited.
The HTML for the input tag has maxlength="128"
Comments
Comment #1
yang_yi_cn commentedthat affects nodereference as well, see my post: http://drupal.org/node/273569
however it seems that nobody is working on this issue.
Comment #2
yched commentedTrue. This is because system_elements() defines a default value for textfield's #maxlength.
Fixed.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
kenorb commentedThe same problem. I've got error:
Solution:
based on #758870: Remove maxlength from signup description textfield
Or see following modules:
http://drupal.org/project/maxlength
http://drupal.org/project/skip_validation