Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 13:48 UTC
Updated:
13 Jul 2010 at 20:40 UTC
If I enable FCKEditor for field "enable-header" and "enable-footer" to use it with views, those fields get "weird". The text entry box gets small, is split into 2 parts, and there are n editor buttons, etc. displayed. FCKEditor module bug? Perhaps. I didn't know which module to post this against, but since FCKEditor seems to work properly for every other field, I assume it's something about views that's non-standard, so I posted it here.
Comments
Comment #1
merlinofchaos commentedIt probably has to do with attach/detach on the javascript and FCKeditor. It may be that wysiwyg API can help fix this. I'm not sure there's much I can do to help.
Comment #2
twodThere are a few things that could be done to the Views module in order to get Wysiwyg module to work better with it. I outlined this in the following Wysiwyg issue: #552392: Views UI support
(Bumping the version of this to 2.x as that's where I'm having problems, don't know about 3.x.)
Comment #3
dawehnerThanks TwoD. This issue is about FCKEditor module.