Active
Project:
OpenWYSIWYG Editor
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 17:50 UTC
Updated:
7 Mar 2012 at 10:26 UTC
Hello,
I just installed Openwysiwyg and am able to configure it at admin-openwysiwyg, etc., but it does not display on any nodes. Changing the editor height at /admin/settings/openwysiwyg changes the height of editing boxes in my nodes, but without the editor. I am sure there is some small setting I am missing, but I haven't been able to find what it is. I found this issue here: http://drupal.org/node/520832.
Attached is a screenshot of my Visibility configuration.
Thank you for any help,
Jeremy
| Comment | File | Size | Author |
|---|---|---|---|
| openwysiwyg.png | 76.17 KB | jyork |
Comments
Comment #1
jyork commentedHere is the error in my javascript console:
Error: missing ; before statement
Source File: ... /modules/openwysiwyg/library/scripts/openwysiwyg.js
Line: 418, Column: 33
Source Code:
}else{return{width:0,height:0};}}}var WYSIWYG_ContextMenu={html:" ",contextMenuDiv:null,init:function(n){
I also get
Error: WYSIWYG is not defined on line 46 of the html page, which is here:
var mysettings = new WYSIWYG.Settings(); It seems like maybe var mysettings needs to be in quotes (?): var mysettings = "new WYSIWYG.Settings()"; I am on a mac using firefox 3.5.4. I thought it was maybe a browser issue but I also do not see Openwysiwyg when I edit a node in Safari. Thanks, JeremyComment #2
dkhill commentedHi,
I'm using Drupal 6.14 and openWysiwyg 6.x-1.0-rc1
I've tried a couple of things.
1. I uninstalled the other module "Wysiwyg".
2. Removed the directory.
3. Disabled OpenWysiwyg.
4. Enabled OpenWysiwyg.
5. Flushed the cache.
6. Turn on and off the xHTML option.
Still no result. Please let me know.
Thanks for listening.
Comment #3
tiagoemerick commentedHi jork.
i'm just reading your post and i see that i have the same problem.
In firefox it woks fine but not in IE. Same error!!
so.. you have fixed it? can you help me?
thx!!!
Comment #4
viktor.kruglikov commentedI have absolutely same problem as jyork.
Comment #5
ZsoltBalla commentedHi,
I'm kind of new here myself, and had the same problem, but it turned out that it was just a small setting issue.
After configuring that I needed the editor for Full HTML and Filtered HTML content inputs, I had to click "edit" next to OpenWYSISYG in the WYSIWYG profiles tab (Admin > Configuration > WYSIWYG profiles), expand the Buttons and Plugins section, and check all the buttons I wanted to see one by one.
It seems a bit silly, but all the buttons were disabled by default (a normal configuration, with a few buttons enabled but others disabled would make more sense in my opinion). I don't know if that's normal behaviour, but it solved the problem at once :-)
cheers,
Zsolt