If you look at the attached screenshot you can see that the Autosave Interval textfield is 50 characters wide. This makes no sense for a value that is expressed in milliseconds.

The solution is to change the line 52 in draft/draft.module to:

'#size' => 6,

and on line 292 in draft/draft.module add the same:

'#size' => 6,

And that is perfect. Otherwise certain themes (like Burnt) have defects with other items (like theme selection checkboxes not being visible).

See also #368283: Limit size of username/email in user edit form

Comments

darren.ferguson’s picture

Status: Active » Fixed

These changes have been committed to the module and are now in cvs for the nightly build for the module.

darren.ferguson’s picture

Status: Fixed » Closed (fixed)