In certain cases with the modals, Panels will re-load already loaded CSS files which become the last loaded CSS files and override user styles. This patch exempts the reloading in cases where I saw the issue, but believe there is a better/broader fix possible.

CommentFileSizeAuthor
panels-lazy-css-loading.patch869 bytespopulist
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

It seems with newer Drupal 7 that this isn't as big of a deal, so returned these to ctools_add_css() commands. It still has issues with the layout, though, so for some reason I still need to have meta_location be inline, which is really irritating.

Status: Fixed » Closed (fixed)

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

  • Commit e958df8 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1489088: Overzealous lazy loading.