Active
Project:
Yahoo YUI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2008 at 07:27 UTC
Updated:
30 Nov 2008 at 04:57 UTC
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.
Comments
Comment #1
armanschwarz commentedyeah mine doesn't work with 2.6 either :( just doesn't show up, no errors or anything.
Comment #2
bakyildiz commentedHere is the link that you can download the 2.5 version of yui library.
http://sourceforge.net/project/downloading.php?group_id=165715&filename=...
Comment #3
drewish commentedany reason not to use the 2.5.2 release? seems like there's quite a few bug fixes in it.
Comment #4
bakyildiz commentedYou can just change the parameter for yui library.
Comment #5
Steve Dondley commentedHmm, it's working for me. I'm using beta3 version, though.
Comment #6
snorks commentedthe 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
Comment #7
worker commentedI 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....