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.

CommentFileSizeAuthor
patch.txt273 bytesmarkshust

Comments

markshust’s picture

//line 100 must be changed to
drupal_set_html_head('<script type="text/javascript" src="/'.$yui_source.$file_and_path.'"></script>');

//line 130 must be changed to
drupal_set_html_head('<link rel="stylesheet" type="text/css" href="/'.$yui_source.$file_and_path.'"/>');
expertlearner’s picture

can you say what file needs to be modified?

bakyildiz’s picture

Assigned: Unassigned » bakyildiz
Status: Active » Fixed

Thank you. I have applied your patch to dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.