Closed (won't fix)
Project:
Event
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2006 at 05:31 UTC
Updated:
31 Jan 2013 at 12:43 UTC
I have installed tinymce and one effect is the event description area in basicevent type is too short. The toolbar header for tinymce takes up all the room in the basicevent description, leaving a very short text editing area.
In basicevent_form I changed the definition for the body form element to this:
$form['body_filter']['body'] = array(
'#type' => 'textarea',
'#title' => t('Body'),
'#default_value' => $node->body,
'#rows' => 30,
'#cols' => 60,
'#required' => TRUE
);
That's a bit better as there are more rows, but with that the width of the description field is too wide.
Comments
Comment #1
simon georges commentedThis version of Event is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.