Closed (cannot reproduce)
Project:
Wysiwyg
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2011 at 01:53 UTC
Updated:
22 Jul 2012 at 15:09 UTC
I have a role "Editor" who has permissions to use Filtered HTML.
Filtered HTML can use CKEditor.
Users with role "Editor" don't see CKEditor.
What other permissions should I check?
Comments
Comment #1
twodWysiwyg doesn't use any permissions for the editors, the format being available for a role is enough.
Can any other roles use the editor?
Have you enabled any buttons for the editor?
Are there any JavaScript errors?
Tried a different theme? Some custom themes don't print the $closure variable which holds one of Wysiwyg's scripts.
Comment #2
upupax commentedRoles with higher permissions can use the editor.
I get no js error and the theme is the default one provided by drupal 7.
I have enabled many buttons: could be something related to permissions on a single task/button?
Comment #3
twodIs "Filtered HTML" the only format "Editor" has access to? Perhaps #950216: No editor for singular filter format missed something.
Is the same issue present in 7.x-2.x? If so, please bump the version number here.
Since the editor appears to be working fine for other users, I don't think this is specific to the CKEditor implementation or its plugins since they don't do permission checks either.
Comment #4
sunSorry, without further information this issue can only be closed as not reproducible.
Feel free to re-open this issue if you want to provide further information. Thanks.
Comment #5
michaelfavia commentedFor posterity sake this was probably not caused by a permission issue but instead caused by a JS error that is preventing you form loading the editor.
In my case it was because I was in "overlay" mode as your simple user and not as your admin user (or some other role based JS error). This can be confirmed by opening up your JS console and looking for errors when you edit the page as the editor.
If you have come to this issue recently that error is probably this one: #1129178: DHML Menu JavaScript bug - attempting to call $.replace() on an undefined element which can be solved by the patch there or the one referenced in the last comment on: #1176834: "Expand on Bullet" not working. Hopefully one of these fixes gets rolled into dev soon.
Comment #6
dazz commentedI have the same problem. I thought it was a js problem but there aren't any errors shown in the console.
Comment #7
dazz commentedIn my case it was the fault of an update of the better formats module.
#1687956: wysiwyg not shown when no permission to select text format
Comment #8
twodOk, reverting issue status.