Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2007 at 13:28 UTC
Updated:
31 Mar 2007 at 22:08 UTC
I'm not sure if it's bug or not.
'Unknown Tool bar item "UniversalKey"' come up when I set Default Toolbar as Drupal Full.
Both in 5.x-1.1 and 5.1.x-dev.
Downloaded FCKeditor 2.4.
Using Firefox 2.0.
Comments
Comment #1
ontwerpwerk commentedPlease use FCKeditor 2.3.2 for now, the 2.4 version is only out since today and I haven't got time to adapt the module yet
Comment #2
ryo commentedThanks for the advice.
Comment #3
ontwerpwerk commentedunfortunately the universal keyboard was removed from the default FCKeditor installation - see the following issue for more information. https://sourceforge.net/tracker/index.php?func=detail&aid=1640144&group_...
I will remove the reference from drupal module configuration in the next dev release
Comment #4
mwpeters commentedI also developed the problem after upgrading to v2.4, but....
Disabling the module, removing the files, and installing 2.3.2, and re-enabling the module hasn't stopped the messages from popping up...
Comment #5
ontwerpwerk commentedhave you also emptied your browser cache? (FCKeditor loads some javascript files which might stay in your browsercache a bit longer than you want)
Comment #6
mwpeters commentedDarn that did it.... sorry I didn't think of it myself
Thanks much!!
Comment #7
stroobl commentedThere's a simple way to fix this while you'll still be able to use 2.4. Edit fckeditor.config.js and replace:
['Image','Flash','Table','Rule','SpecialChar','PageBreak','UniversalKey'],
with
['Image','Flash','Table','Rule','SpecialChar','PageBreak'],
Clear browser cache an try again...
Comment #8
ontwerpwerk commentedThe fix from #7 is included in the upcoming development version
Comment #9
(not verified) commentedComment #10
mandyrc commentedThe fix from #7 works for me... thanks lstroobant
Comment #11
garfy - blocked for being foulmouthed and rude to others commentedbut why i can set the text to h1 tags and when i click submit the fckeditor ignores that???