I had WYMeditor working. Great tool!! Want to get back there.
Right now, cannot enter mouse into text area and write. If i hide the editor and add text, then enable the editor, the text does not show up in the editor area.
Doesn't work on IE or Firefox. On IE i got an error, when i select the node to edit:
Line 32
Document.getElementById is null or not an object.
No such error in Firefox/Linux, but in both case, the textares is blue, and i cannot type in it.
How to debug? What info can i get you, or where should i look?
thanks,
m
Comments
Comment #1
Moxide commentedHi,
I emailed you some instructions.
Comment #2
jorditr commentedI'm also having the same trouble. The weird thing is that is happening on a site I got FCK and I prefered to substitute it by WYMeditor. On another site is working perfect. Any idea?
Comment #3
Moxide commentedHello,
Have you downloaded the latest module for Drupal 5.1 (2007-May-16) ?
It may fix some issues related to the onload event.
If this version does not work, could you post here the "" part of your page's source code ? The problem may be caused by a collision with other Javascript files.
Comment #4
jorditr commentedOK, I'll try the new version.
Comment #5
Moxide commentedOk.
In my message above, you must read :
"...could you post here the "HEAD" part of your page's source code ?"
Comment #6
jorditr commentedIt was not a question of new version, my template was not linking to drupal javascript libraries. Once I added them to the template everything was right. Thanks :-)
Comment #7
Moxide commentedGood news ;-)