Hey there,
I'm using Dialog API to load a dialog modal. When the modal opens, the rest of the page reverts to an older cached version of the my CSS. It causes the page to load the same file twice, with the one loaded when the modal opens (which is the older cached version) to override. I'm not sure what's going on, but for now I've patched dialog.js to not load the xLazyLoader settings.
Cheers,
Rocket
| Comment | File | Size | Author |
|---|---|---|---|
| dialogjs.patch | 410 bytes | drupal_was_my_past |
Comments
Comment #1
tribsel commentedin my case only some elements are changed, they use css from drupal theme - 7, not my custom theme...
Comment #2
funature commentedi have the same problem like @tribsel
Comment #3
goron commentedI'm experiencing this too. Seems to be what is referred to here:
Comment #4
goron commented- accidental double post -
Comment #5
wesnick commentedPlease verify that this occurs only when your are aggregating JS. I think this is a duplicate of #1032038: JS and CSS can be overloaded when aggregation is turned on.
Comment #6
drclaw commentedPossibly also related to #1994676: Dialog content rendered in inproper way. This issue is almost definitely a duplicate... I'm marking it.