Posted by yura77 on February 12, 2009 at 1:51am
| Project: | YUI Rich Text Editor |
| Version: | 6.x-2.33 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
YUI editor won't show up.
I downloaded and installed YUI module along with YUI editor.
Both modules have been enabled.
Issue: the YUI editor does not display.
Comments
#1
#2
I am having the same experience. Does the comment on the info page about renaming the 2.6 install for local installs apply when you have yui_2.7.0b installed locally? If so, how does THAT work? I have yui_2.7.0b installed locally, and while the modules are both enabled and they can be set up, they don't appear in the body text blocks of any "create content" type. Please help.
UPDATE:
This is indeed a bug. I took my yui_2.7.0b install and moved it into the "/sites/default/files/" folder, then I renamed the "yui" folder "yui-2.6.0" even though it is really 2.7.0, and it now works! So, somewhere in the module is an incorrect reference to the "yui-2.6.0" folder. It should reference the folder "relatively" instead of "directly" so the name of that folder need not be used in the module?
#3
I just ran into this issue also.
It's 6 months after this was originally logged and a workaround was found.
Can you please get this fixed properly in the next update.
#4
Yup same happens with me
#5
Turns out to be a theme problem for some odd reason. Try switching around themes and see if it works with a different one.
If you're using Garland, that might be your problem
#6
I don't know what that image is you attached but it has nothing to do with the problem I was having then worked around... maybe your issue is a variant though...
#7
I tracked down a few issues regarding the newer versions of YUI (version 2.8.0r4 is current today in April 2010.)
First, there is indeed a hardcoded lookup for version 2.6.* in the code, which I've changed to allow versions 2.6 through 2.9, including the little "r4" format for revisions.
Second, there are three references to a "beta" component of YUI which is no longer beta in the newer YUI versions. Those references are used only when the module doesn't find the version number 2.6.* in your YUI path.
So, to resolve the issues, here is a patch which will allow versions 2.6 through 2.9 (which is in testing now.) Obviously won't work forever! :-)
Also, you must make your YUI path include the version number! Set that value in "Site Configuration->YUI Common Settings."
FWIW I am currently using admin_menu and Yahoo YUI Editor and I can see both tools in full and they seem to work fine.
#8
Okay here's the patch. Pretty simple, but at least it works.