Active
Project:
WYSIWYG - GeSHi bridge
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Feb 2010 at 16:41 UTC
Updated:
15 Jun 2010 at 21:34 UTC
When you enable any of this plugin's buttons through admin/settings/wysiwyg/profile/[id]/edit, all of the default editor buttons disappear. This plugin should add to, and not completely replace, all existing buttons.
Comments
Comment #1
aren cambre commentedComment #2
aren cambre commented#727782: Selecting new buttons should modify, not replace, default buttons
#735624: Enabling one button removes default editor toolbar
Comment #3
fabianx commentedHi,
While this is not a fix, it still might be helpful for some that have the same problem:
I solved / work-arounded that problem using a custom module for D6, which restores default CKEditor toolbar (but disables those buttons that are not enabled in config).
The same can be done for other editors as well.
Its as easy as implementing a hook _alter.
See here for screenshot and module:
http://drupal.org/node/751196#comment-3091682
Custom plugins are simply added at the end in the last toolgroup.
Best Wishes,
Fabian (LionsAd)