Posted by jyork on November 2, 2009 at 5:50pm
Jump to:
| Project: | OpenWYSIWYG Editor |
| Version: | 6.x-1.0-rc1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
| Attachment | Size |
|---|---|
| openwysiwyg.png | 76.17 KB |
Comments
#1
Here 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,
Jeremy
#2
Hi,
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.
#3
Hi 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!!!
#4
I have absolutely same problem as jyork.