Hello,

After installing Bootstrap theme and configured it so it uses a CDN to serve the bootstrap.min.css file instead of serving it locally. That file was not added to the Iframe holding the editor (tinyMCE in my case).

wysiwyg_get_css() uses drupal_add_css() which seems to return an incomplete list when css_alter() is called later by a theme.

I propose to call drupal_alter('css', $css); before creating the list of css files

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TwoD’s picture

Status: Active » Closed (duplicate)

This should have been indirectly fixed by #2289683: Select in-editor theme and get all stylesheets.