Closed (duplicate)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.2-rc6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2009 at 09:37 UTC
Updated:
20 Jan 2009 at 13:54 UTC
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.