Text fields that aren't given the FCKEditor are narrower than they are without this module installed.
Example: admin/content/types/export
Text fields that aren't given the FCKEditor are narrower than they are without this module installed.
Example: admin/content/types/export
Comments
Comment #1
wwalc commentedThis is actually a duplicate of #352823: Possible to make text areas expandable with fckeditor installed? (more or less). The problem is that FCKeditor doesn't work well with resizable textarea (which has width set to 100% in system.css)... the resizable attribute is set to false by FCKeditor, so as a result, width is not set to 100% on all textareas where FCKeditor will appear.
Comment #2
joachim commentedMore or less...
This bug report was more about not changing the size of fields that FCK is set to ignore anyway.
Comment #3
wwalc commentedFCKeditor does not change the width of textarea directly. The width of a filed (100%) comes form a css rule that is applied to textareas that are inside of a resizable div, so if FCKeditor could handle the resizable attribute correctly, problem with textarea width would be fixed automatically.