I am currently working on a site the handles a ajax callback the invokes various different hooks that could potentially add css files that need to be included in the response. Everything works fine except for the color module because it does it's magic by forcing the theme to call _color_html_alter in hook_process_html.

My patch moves color modules magin to hook_css_alter to insert it's css files.

Patch coming in next post.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pwaterz’s picture

Clemens Sahs’s picture

works great for me

Version: 7.24 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.