i noticed this when using yui_editor with this module and enabled 'plugins' (view source and add table). when enabling these plugin images on yui editor did not load when yui was hosted locally, but did when yui was hosted remotely. the images did not show up because when yui was hosted remotely the yui files were loaded in code before other css files, but when local they were loaded later in the code. yui files must be loaded first before other code to function properly.
Comments
Comment #1
markshust commentedComment #2
expertlearner commentedcan you say what file needs to be modified?
Comment #3
bakyildiz commentedThank you. I have applied your patch to dev version.