Active
Project:
Colorer
Version:
6.x-0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 15:22 UTC
Updated:
21 Sep 2010 at 00:51 UTC
hi
thanks for this module :)
i have found a bug with codemirror
i am using the patch for ajax loaded textarea in views configuration,
and the external files can't be loaded because of the file path : en/sites/all/modules/contrib/colorer/codemirror/css/xmlcolors.css
on line 56 of colorer.module i changed
$module_url = url($module_path);
by
$module_url = base_path().$module_path;
and now it's working
Comments
Comment #1
EndEd commentedWhen i use this change i can see the EditArea editor for ajax loaded textarea like the Configure visibility rule PHP for a pane but when i tried to save the rule it dont save my code, at least with the EditArea editor active. If I disable colorer and use the normal drupal texarea it works and save my code. Also If i dont use your changes I dont see the EditArea editor in panels and i supose neither in views.