Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.14
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2013 at 20:08 UTC
Updated:
22 May 2013 at 17:47 UTC
I'm in Drupal 6. I'm trying to enable CKEditor on a specific content type's body field. I have one user profile, Default, that allows authenticated users and admins. I set CKEditor's Global Profile to Enable on myThemeHere:myContentTypeHere@*.* . When I go to the create content type -> myContentTypeHere page, I see the CKEditor, but without the buttons. Here is a screenshot.
When I inspect the page, I find this code:
<a id="cke_11" class="cke_button cke_button__source cke_button_off" " href="javascript:void('Source')" title="Source" tabindex="-1" hidefocus="true" role="button" aria-labelledby="cke_11_label" aria-haspopup="false" onkeydown="return CKEDITOR.tools.callFunction(2,event);" onfocus="return CKEDITOR.tools.callFunction(3,event);" onmousedown="return CKEDITOR.tools.callFunction(4,event);" onclick="CKEDITOR.tools.callFunction(5,this);return false;">
<span class="cke_button_icon cke_button__source_icon" style="background-image:url(http://MY_URL_HERE.com/sites/all/modules/ckeditor/ckeditor/plugins/icons.png?t=D3NA);background-position:0 -2400px;"> </span>
I replaced the URL of my site with MY_URL_HERE in the above code.
Any idea what's going on?
Thanks,
Melanie Conn
| Comment | File | Size | Author |
|---|---|---|---|
| missing_buttons_ckeditor.PNG | 10.17 KB | Melanie Conn |
Comments
Comment #1
Melanie Conn commented