Doesn't work with yui 2.6.0
Kobax - October 4, 2008 - 07:27
| Project: | Yahoo YUI |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have an offline server using yui and it needs to host the library locally. I can't find anywhere to download the 2.5.0 version for this module, and it won't work with the 2.6.0 version that I downloaded.

#1
yeah mine doesn't work with 2.6 either :( just doesn't show up, no errors or anything.
#2
Here is the link that you can download the 2.5 version of yui library.
http://sourceforge.net/project/downloading.php?group_id=165715&filename=...
#3
any reason not to use the 2.5.2 release? seems like there's quite a few bug fixes in it.
#4
You can just change the parameter for yui library.
#5
Hmm, it's working for me. I'm using beta3 version, though.
#6
the issue appears to be with the reference in the yui editor module, it points to editor-beta-min.js (there are references to other betas as well for element, etc). Get rid of the beta references (remove -beta) and it should work again for local yui calls
#7
I am having the same issue as comment #6 -- yui 2.6 does not work.
Firefox's firebug shows errors on every single drupal page when yui module enabled
... I am not sure why it shows up on every page in the first place.
I have yui_editor enabled -- but even on the page I see yui loaded (I do not have any dynamic menues on the front page, and I am using tapestry theme).
Using the yui 2.5.0 from the link provided above -- works
(I have yui files locally installed in defaults/files/lib/yui
and the yui configuratio pointing to it via http)
Sooner or later there will be a dependency problem where some other module
needs 2.6.0 but it does not work with yui_editor....