Closed (duplicate)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2011 at 23:40 UTC
Updated:
17 Apr 2013 at 03:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
bpeter commentedThis patch solves the issue.
Comment #2
agerson commentedThat fixed it. Thanks.
Comment #3
dwalker51 commentedThanks that did it ...just took me a while to figure out that I had to create the css file and add the last line of the patch in
/sites/all/modules/wysiwyg/editors/css/ckeditor.kama.css
Comment #4
thomas bosviel commentedFixed. Thanks.
Comment #5
Starminder commentedthanks.
Comment #6
sunI don't understand why this patch adds a new CSS file.
Comment #7
Starminder commentedI am kind of wondering the same thing.
Comment #8
twodBecause there is none for CKEditor yet, and this fix is only applied if Kama is used?
Comment #9
Starminder commentedHow do you fix the problem if you weren't using kama?
Comment #10
twodIf you want to do it without modifying CKEditor, I'd go for #829266: Fixing toolbar for the CKeditor / Using the settings hook until #277954: Allow to sort editor buttons works well enough.
Comment #11
Starminder commented#60 looks like it might be the winner for now - thank you! I guess once #277954 is taken care of this will be moot?
Comment #12
joelcollinsdc commentedThis doesn't seem to be the right solution. Isn't the issue that when ckeditor is rendered via wysiwyg, for whatever reason the toolbar is generated using a single large span with several inner spans. (In other words, td->div->span->span,span,span...) If you look at ckeditor standalone, it is td->div->span,span,span,span. Whatever is causing this extra span to be added is what needs to be figured out...
Comment #13
flightrisk commentedI have the same issue. Does this also fix the right side outline border missing? My issue seems to be on themes with 3 columns. When the editor is shrunk to that size, the menu is a mess and the right side is too wide for the frame and disappears. I can manually grab the resize tool and "bring it back in" and it looks fine then.
Comment #14
2faroffroad commentedFixed mine running a Artisteer theme..
Thanks.
Comment #16
twod#277954: Allow to sort editor buttons fixes this issue by not forcing all buttons into a single toolbar group. Please help me test the sort_buttons branch in git or the latest patch in that issue so we can get it rolled into the main branches.