Closed (fixed)
Project:
Draft
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 01:24 UTC
Updated:
25 Mar 2009 at 21:30 UTC
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
Comment #1
darren.ferguson commentedThese changes have been committed to the module and are now in cvs for the nightly build for the module.
Comment #2
darren.ferguson commented