Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2007 at 06:53 UTC
Updated:
1 Apr 2008 at 10:15 UTC
When I have the FCKEditor module enabled, I find that some TEXTAREA fields get resized (i.e., made narrower), making those fields much harder to use. An example is the Body field on the Advanced Front Page Settings module settings page.
Comments
Comment #1
wwalc commentedI know this is an old issue, but I can't repoduce this behaviour using the latest version of FCKeditor and both modules.
Please provide me some more information on this if you are still having problems with it.
You can use Firefox + Firebug to find potential javascript errors when they occur.
Comment #2
Macronomicus commentedI am having a similar issue.
The only difference being that the fields which are being shortened are the fields which I place in my Profile Visibility settings with the "Exclude" rule. Those fields are indeed rendered without the fck toolbar however they are shrunken some - and striping out some of my markup; mainly my resizable-textarea stuff.
The output has been changed to:
When without FCK Installed it displays this:
Why is it striping out some of the markup even though its set to ignore this field?
<--------------------------------->
Drupal 5.5
module version 5.x-2.1-beta2
FCKeditor 2.5.1
<--------------------------------->
Comment #3
wwalc commentedmacrocosm:
Open the modules/fckeditor/fckeditor.module file
Move that piece of code
below
That should solve the problem with resizable stuff.
Let me know if that solved your problem.
Comment #4
Macronomicus commentedThanks for the tip ... that fixed it.
^_^
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.