The sizes text field is limited by default to 128 characters. This looks to be a default limit set by drupal core and not limited to how the database is configured. In any case when creating size attributes for multiple breakpoints using calc, 128 characters isn't enough.

A larger #maxlength should be set on the textfield.

Comments

pixelwhip created an issue. See original summary.

pixelwhip’s picture

Here is a patch that increases the maxlength to an arbitrary 1024 characters.

jnettik’s picture

Status: Active » Reviewed & tested by the community

I can confirm this issue. The patch in #2 takes care of it for me.

attiks’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, I guess 1024 will be more than enough ;-)

  • attiks committed 5993456 on 7.x-2.x authored by pixelwhip
    Issue #2561445 by pixelwhip: Sizes text field has a maxlength of 128 set...

Status: Fixed » Closed (fixed)

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