Closed (cannot reproduce)
Project:
Better Formats
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 21:44 UTC
Updated:
28 Oct 2024 at 14:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dragonwize commentedI cannot reproduce this. I would need to know more about your exact setup and all options you have set.
Comment #2
jumoke commentedI was able to easily replicate this issue on a brand new drupal installation with WYSIWYG and Better Formats configured to give Full_HTML and Filtered_HTML to some users. And with a default Text Editor (Filtered_HTML) set on 2 content types . Without those extra options set (see my attached screenshot in my previous posts), the Text Editors does not show for all other users except user1. No other special configurations. Please check this.
Comment #3
dragonwize commentedYour description is very vague which makes it hard to follow. There is more to it as you point out:
Configured how? to what users?
Default Text Editor (Filtered_HTML)? What does that mean? A WYSIWYG editor? Which method was used to make it default?
Comment #4
broeker commentedI can confirm and duplicate:
We did an upgrade over the weekend to the latest Drupal core, along with several modules including Better Formats to Beta 1.
The WYSIWYG editor immediately stopped working for all users except User 1.
If we disable Better Formats, everything is working again.
As far as our setup it is simple: only a few internal editors so all text fields use Full HTML and all users have access to that format.
No script errors, no page errors, no Drupal log errors, and no Apache log errors that I see. The editor just disappears until BF is disabled.
Thanks, let me know if you need more setup info.
Comment #5
jumoke commentedHi dragonwize, thank you for your time, however, I believe I have the regular settings expected on a Text Editor setup. Nothing special, so I am not sure what other explanation you are looking for outside of what I have given.
What I have done "for now" (cos I am so overwhelmed with work to figure this out now) is to revert Better_Formats back to the earlier working dev version I had before. And i was able to get my Text Editor showing and highly esteemed Clients/Content Editors happy again.
I'll be back in a few days to check the code hopefully i can detect the trouble.
PS to anyone in a desperate situation: Attached is the dev version that brings no sorrow :)
Comment #6
rocketeerbkw commentedThese are the exact steps I took to reproduce the issue:
A few things to note:
Show format selection for nodespermission to Authenticated Users lets test user see CKEditorComment #7
mrfelton commentedConfirming the issue too. Pretty much the same steps as @rocketeerbkw
Comment #8
mrfelton commentedI found that giving the 'Show format selection for nodes' permission fixes the issue. Roles that do not have this permission are unable to use the WYSIWYG editor, even if it's configured to allow only one input format which the role has access to, and to have that format set as the default.
Comment #9
jumoke commentedBut that's wrong. What if admin doesn't want to give format selection for nodes at all?!
Comment #10
nevergoneMy site is affected, first bad commit is 82de0201ba214b17cd6dfd89f6dec09c834c6cdf
Comment #11
mrfelton commented@Jumoke - yes, I know! That's why I pointed it out. One of our main reasons for using better formats is so that we hide the format selector as it just confuses people.
Comment #12
rocketeerbkw commentedI have a patch for WYSIWYG which fixed this issue for me http://drupal.org/node/934976#comment-6438604
Comment #13
berenddeboer commentedComment #14
lsolesen commentedI can confirm that applying the patch from #23 in #934976: Provide method to hide input format fields without disabling WYSIWYG also fixed the issue for me.
Comment #15
jenlamptonI think this may be a duplicate of #1687956: wysiwyg not shown when no permission to select text format
Comment #16
igorik commentedI dont't think that this is a duplicate of that.
Confirming that patch from #23 works nice.
Comment #17
fonant commentedI have found that standard Better Formats, with WYSIWYG 7.x-2.2, plus the wysiwyg-one-format.934976.23-alt.patch patch from #934976-23: Provide method to hide input format fields without disabling WYSIWYG fixes this problem.
Comment #18
igorik commentedI have this problem again, with Editor module...
Comment #19
steinmb commentedUnable to reproduce. Could have been related to the editor not loading if only a single input format is available. That could explain why admin did not see this. Current 7.1.x or 7.2.x doe not have this problem.