In the latest -dev, sub-options do not have their state restored. The value is saved and used, but the default value is not restored when re-viewing the edit field page. I think it's the #dependency that is breaking it:

        '#dependency' => array(
          'edit-options-alter-trim' => array(1)
        ),

Comments

dawehner’s picture

Some more context to the user.

Goto the field settings and check "trim field" settings.
Then check any kind of sub-option, for example "ellipsis".
Then save and look at the export of the view, the option is saved.

Then re-edit the view but sadly the settings aren't selected there.

dawehner’s picture

Status: Active » Fixed

This should be fixed in CVS now. If you use the dev package wait until tomorrow . http://drupal.org/cvs?commit=456318

Status: Fixed » Closed (fixed)

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